Uses of Interface
software.amazon.awscdk.services.ecs.ContainerDependency
-
Uses of ContainerDependency in software.amazon.awscdk.services.ecs
Modifier and TypeMethodDescriptionContainerDependency.Builder.build()
Builds the configured instance.Modifier and TypeMethodDescriptionContainerDefinition.getContainerDependencies()
An array dependencies defined for container startup and shutdown.Modifier and TypeMethodDescriptionvoid
ContainerDefinition.addContainerDependencies
(@NotNull ContainerDependency... containerDependencies) This method adds one or more container dependencies to the container.