| Package | Description |
|---|---|
| software.amazon.awscdk.services.ecs |
Amazon ECS Construct Library
|
| Modifier and Type | Class and Description |
|---|---|
static class |
LogDriverConfig.Jsii$Proxy
An implementation for
LogDriverConfig |
| Modifier and Type | Method and Description |
|---|---|
abstract LogDriverConfig |
LogDriver.bind(software.constructs.Construct scope,
ContainerDefinition containerDefinition)
Called when the log driver is configured on a container.
|
LogDriverConfig |
SplunkLogDriver.bind(software.constructs.Construct _scope,
ContainerDefinition _containerDefinition)
Called when the log driver is configured on a container.
|
LogDriverConfig |
JournaldLogDriver.bind(software.constructs.Construct _scope,
ContainerDefinition _containerDefinition)
Called when the log driver is configured on a container.
|
LogDriverConfig |
AwsLogDriver.bind(software.constructs.Construct scope,
ContainerDefinition containerDefinition)
Called when the log driver is configured on a container.
|
LogDriverConfig |
FluentdLogDriver.bind(software.constructs.Construct _scope,
ContainerDefinition _containerDefinition)
Called when the log driver is configured on a container.
|
LogDriverConfig |
SyslogLogDriver.bind(software.constructs.Construct _scope,
ContainerDefinition _containerDefinition)
Called when the log driver is configured on a container.
|
LogDriverConfig |
GelfLogDriver.bind(software.constructs.Construct _scope,
ContainerDefinition _containerDefinition)
Called when the log driver is configured on a container.
|
LogDriverConfig |
JsonFileLogDriver.bind(software.constructs.Construct _scope,
ContainerDefinition _containerDefinition)
Called when the log driver is configured on a container.
|
LogDriverConfig |
GenericLogDriver.bind(software.constructs.Construct _scope,
ContainerDefinition _containerDefinition)
Called when the log driver is configured on a container.
|
LogDriverConfig |
FireLensLogDriver.bind(software.constructs.Construct _scope,
ContainerDefinition _containerDefinition)
Called when the log driver is configured on a container.
|
LogDriverConfig |
LogDriverConfig.Builder.build()
Builds the configured instance.
|
LogDriverConfig |
ContainerDefinition.getLogDriverConfig()
The log configuration specification for the container.
|
Copyright © 2022. All rights reserved.