Uses of Interface
software.amazon.awscdk.services.ecs.RepositoryImageProps
-
Uses of RepositoryImageProps in software.amazon.awscdk.services.ecs
Modifier and TypeMethodDescriptionRepositoryImageProps.Builder.build()
Builds the configured instance.Modifier and TypeMethodDescriptionstatic RepositoryImage
ContainerImage.fromRegistry
(String name, RepositoryImageProps props) Reference an image on DockerHub or another online registry.ModifierConstructorDescriptionRepositoryImage
(String imageName, RepositoryImageProps props) Constructs a new instance of the RepositoryImage class.