| Modifier and Type | Class and Description |
|---|---|
class |
FirelensLogRouter
Firelens log router.
|
| Modifier and Type | Method and Description |
|---|---|
ContainerDefinition |
TaskDefinition.addContainer(String id,
ContainerDefinitionOptions props)
Adds a new container to the task definition.
|
ContainerDefinition |
ContainerDefinition.Builder.build() |
ContainerDefinition |
TaskDefinition.findContainer(String containerName)
Returns the container that match the provided containerName.
|
ContainerDefinition |
ContainerDependency.getContainer()
The container to depend on.
|
ContainerDefinition |
ContainerDependency.Jsii$Proxy.getContainer() |
default ContainerDefinition |
CloudMapOptions.getContainer()
The container to point to for a SRV record.
|
ContainerDefinition |
CloudMapOptions.Jsii$Proxy.getContainer() |
default ContainerDefinition |
AssociateCloudMapServiceOptions.getContainer()
The container to point to for a SRV record.
|
ContainerDefinition |
AssociateCloudMapServiceOptions.Jsii$Proxy.getContainer() |
ContainerDefinition |
TaskDefinition.getDefaultContainer()
Default container for this task.
|
| Modifier and Type | Method and Description |
|---|---|
protected List<ContainerDefinition> |
TaskDefinition.getContainers()
The container definitions.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ContainerDefinition.addLink(ContainerDefinition container)
This method adds a link which allows containers to communicate with each other without the need for port mappings.
|
void |
ContainerDefinition.addLink(ContainerDefinition container,
String alias)
This method adds a link which allows containers to communicate with each other without the need for port mappings.
|
LogDriverConfig |
GelfLogDriver.bind(Construct _scope,
ContainerDefinition _containerDefinition)
Called when the log driver is configured on a container.
|
ContainerImageConfig |
TagParameterContainerImage.bind(Construct scope,
ContainerDefinition containerDefinition)
Called when the image is used by a ContainerDefinition.
|
abstract ContainerImageConfig |
ContainerImage.bind(Construct scope,
ContainerDefinition containerDefinition)
Called when the image is used by a ContainerDefinition.
|
LogDriverConfig |
SyslogLogDriver.bind(Construct _scope,
ContainerDefinition _containerDefinition)
Called when the log driver is configured on a container.
|
abstract LogDriverConfig |
LogDriver.bind(Construct scope,
ContainerDefinition containerDefinition)
Called when the log driver is configured on a container.
|
LogDriverConfig |
FluentdLogDriver.bind(Construct _scope,
ContainerDefinition _containerDefinition)
Called when the log driver is configured on a container.
|
LogDriverConfig |
FireLensLogDriver.bind(Construct _scope,
ContainerDefinition _containerDefinition)
Called when the log driver is configured on a container.
|
ContainerImageConfig |
RepositoryImage.bind(Construct scope,
ContainerDefinition containerDefinition)
Called when the image is used by a ContainerDefinition.
|
LogDriverConfig |
SplunkLogDriver.bind(Construct _scope,
ContainerDefinition _containerDefinition)
Called when the log driver is configured on a container.
|
LogDriverConfig |
JsonFileLogDriver.bind(Construct _scope,
ContainerDefinition _containerDefinition)
Called when the log driver is configured on a container.
|
LogDriverConfig |
GenericLogDriver.bind(Construct _scope,
ContainerDefinition _containerDefinition)
Called when the log driver is configured on a container.
|
LogDriverConfig |
JournaldLogDriver.bind(Construct _scope,
ContainerDefinition _containerDefinition)
Called when the log driver is configured on a container.
|
LogDriverConfig |
AwsLogDriver.bind(Construct scope,
ContainerDefinition containerDefinition)
Called when the log driver is configured on a container.
|
ContainerImageConfig |
EcrImage.bind(Construct _scope,
ContainerDefinition containerDefinition)
Called when the image is used by a ContainerDefinition.
|
ContainerImageConfig |
AssetImage.bind(Construct scope,
ContainerDefinition containerDefinition)
Called when the image is used by a ContainerDefinition.
|
ContainerDependency.Builder |
ContainerDependency.Builder.container(ContainerDefinition container)
Sets the value of
ContainerDependency.getContainer() |
CloudMapOptions.Builder |
CloudMapOptions.Builder.container(ContainerDefinition container)
Sets the value of
CloudMapOptions.getContainer() |
AssociateCloudMapServiceOptions.Builder |
AssociateCloudMapServiceOptions.Builder.container(ContainerDefinition container)
Sets the value of
AssociateCloudMapServiceOptions.getContainer() |
void |
TaskDefinition.setDefaultContainer(ContainerDefinition value)
Default container for this task.
|
Copyright © 2021. All rights reserved.