Uses of Interface
software.amazon.awscdk.services.ecs.ContainerImageConfig
-
Uses of ContainerImageConfig in software.amazon.awscdk.services.ecs
Modifier and TypeMethodDescriptionAssetImage.bind
(software.constructs.Construct scope, ContainerDefinition containerDefinition) Called when the image is used by a ContainerDefinition.abstract ContainerImageConfig
ContainerImage.bind
(software.constructs.Construct scope, ContainerDefinition containerDefinition) Called when the image is used by a ContainerDefinition.EcrImage.bind
(software.constructs.Construct _scope, ContainerDefinition containerDefinition) Called when the image is used by a ContainerDefinition.RepositoryImage.bind
(software.constructs.Construct scope, ContainerDefinition containerDefinition) Called when the image is used by a ContainerDefinition.TagParameterContainerImage.bind
(software.constructs.Construct scope, ContainerDefinition containerDefinition) Called when the image is used by a ContainerDefinition.ContainerImageConfig.Builder.build()
Builds the configured instance.