Uses of Interface
software.amazon.awscdk.services.ecs.LogDriverConfig
Package
Description
AWS Batch Construct Library
Amazon ECS Construct Library
-
Uses of LogDriverConfig in software.amazon.awscdk.services.batch
Modifier and TypeMethodDescriptionEcsEc2ContainerDefinition.getLogDriverConfig()
The configuration of the log driver.EcsFargateContainerDefinition.getLogDriverConfig()
The configuration of the log driver.default LogDriverConfig
IEcsContainerDefinition.getLogDriverConfig()
The configuration of the log driver.default LogDriverConfig
IEcsContainerDefinition.Jsii$Default.getLogDriverConfig()
The configuration of the log driver.final LogDriverConfig
IEcsContainerDefinition.Jsii$Proxy.getLogDriverConfig()
The configuration of the log driver.default LogDriverConfig
IEcsEc2ContainerDefinition.Jsii$Default.getLogDriverConfig()
The configuration of the log driver.final LogDriverConfig
IEcsEc2ContainerDefinition.Jsii$Proxy.getLogDriverConfig()
The configuration of the log driver.default LogDriverConfig
IEcsFargateContainerDefinition.Jsii$Default.getLogDriverConfig()
The configuration of the log driver.final LogDriverConfig
IEcsFargateContainerDefinition.Jsii$Proxy.getLogDriverConfig()
The configuration of the log driver. -
Uses of LogDriverConfig in software.amazon.awscdk.services.ecs
Modifier and TypeMethodDescriptionAwsLogDriver.bind
(software.constructs.Construct scope, ContainerDefinition containerDefinition) Called when the log driver is configured on a container.FireLensLogDriver.bind
(software.constructs.Construct _scope, ContainerDefinition _containerDefinition) Called when the log driver is configured on a container.FluentdLogDriver.bind
(software.constructs.Construct _scope, ContainerDefinition _containerDefinition) Called when the log driver is configured on a container.GelfLogDriver.bind
(software.constructs.Construct _scope, ContainerDefinition _containerDefinition) Called when the log driver is configured on a container.GenericLogDriver.bind
(software.constructs.Construct _scope, ContainerDefinition _containerDefinition) Called when the log driver is configured on a container.JournaldLogDriver.bind
(software.constructs.Construct _scope, ContainerDefinition _containerDefinition) Called when the log driver is configured on a container.JsonFileLogDriver.bind
(software.constructs.Construct _scope, ContainerDefinition _containerDefinition) Called when the log driver is configured on a container.abstract LogDriverConfig
LogDriver.bind
(software.constructs.Construct scope, ContainerDefinition containerDefinition) Called when the log driver is configured on a container.SplunkLogDriver.bind
(software.constructs.Construct _scope, ContainerDefinition _containerDefinition) Called when the log driver is configured on a container.SyslogLogDriver.bind
(software.constructs.Construct _scope, ContainerDefinition _containerDefinition) Called when the log driver is configured on a container.LogDriverConfig.Builder.build()
Builds the configured instance.ContainerDefinition.getLogDriverConfig()
The log configuration specification for the container.