| Package | Description |
|---|---|
| software.amazon.awscdk.services.ecs |
Amazon ECS Construct Library
|
| Modifier and Type | Class and Description |
|---|---|
static class |
ContainerImageConfig.Jsii$Proxy
An implementation for
ContainerImageConfig |
| Modifier and Type | Method and Description |
|---|---|
ContainerImageConfig |
RepositoryImage.bind(software.constructs.Construct scope,
ContainerDefinition containerDefinition)
(experimental) Called when the image is used by a ContainerDefinition.
|
ContainerImageConfig |
TagParameterContainerImage.bind(software.constructs.Construct scope,
ContainerDefinition containerDefinition)
(experimental) Called when the image is used by a ContainerDefinition.
|
abstract ContainerImageConfig |
ContainerImage.bind(software.constructs.Construct scope,
ContainerDefinition containerDefinition)
(experimental) Called when the image is used by a ContainerDefinition.
|
ContainerImageConfig |
AssetImage.bind(software.constructs.Construct scope,
ContainerDefinition containerDefinition)
(experimental) Called when the image is used by a ContainerDefinition.
|
ContainerImageConfig |
EcrImage.bind(software.constructs.Construct _scope,
ContainerDefinition containerDefinition)
(experimental) Called when the image is used by a ContainerDefinition.
|
ContainerImageConfig |
ContainerImageConfig.Builder.build()
Builds the configured instance.
|
Copyright © 2021. All rights reserved.