Uses of Interface
software.amazon.awscdk.services.ecs.AssetImageProps
-
Uses of AssetImageProps in software.amazon.awscdk.services.ecs
Modifier and TypeMethodDescriptionAssetImageProps.Builder.build()
Builds the configured instance.Modifier and TypeMethodDescriptionstatic AssetImage
ContainerImage.fromAsset
(String directory, AssetImageProps props) Reference an image that's constructed directly from sources on disk.ModifierConstructorDescriptionAssetImage
(String directory, AssetImageProps props) Constructs a new instance of the AssetImage class.