Uses of Interface
software.amazon.awscdk.services.ecs.LogDriverConfig
Packages that use LogDriverConfig
Package
Description
AWS Batch Construct Library
Amazon ECS Construct Library
-
Uses of LogDriverConfig in software.amazon.awscdk.services.batch
Methods in software.amazon.awscdk.services.batch that return LogDriverConfigModifier and TypeMethodDescriptionEcsEc2ContainerDefinition.getLogDriverConfig()The configuration of the log driver.EcsFargateContainerDefinition.getLogDriverConfig()The configuration of the log driver.default LogDriverConfigIEcsContainerDefinition.getLogDriverConfig()The configuration of the log driver.default LogDriverConfigIEcsContainerDefinition.Jsii$Default.getLogDriverConfig()The configuration of the log driver.final LogDriverConfigIEcsContainerDefinition.Jsii$Proxy.getLogDriverConfig()The configuration of the log driver.default LogDriverConfigIEcsEc2ContainerDefinition.Jsii$Default.getLogDriverConfig()The configuration of the log driver.final LogDriverConfigIEcsEc2ContainerDefinition.Jsii$Proxy.getLogDriverConfig()The configuration of the log driver.default LogDriverConfigIEcsFargateContainerDefinition.Jsii$Default.getLogDriverConfig()The configuration of the log driver.final LogDriverConfigIEcsFargateContainerDefinition.Jsii$Proxy.getLogDriverConfig()The configuration of the log driver. -
Uses of LogDriverConfig in software.amazon.awscdk.services.ecs
Classes in software.amazon.awscdk.services.ecs that implement LogDriverConfigMethods in software.amazon.awscdk.services.ecs that return LogDriverConfigModifier 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 LogDriverConfigLogDriver.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.