Uses of Interface
software.amazon.awscdk.services.ecs.AssetImageProps
Packages that use AssetImageProps
-
Uses of AssetImageProps in software.amazon.awscdk.services.ecs
Classes in software.amazon.awscdk.services.ecs that implement AssetImagePropsMethods in software.amazon.awscdk.services.ecs that return AssetImagePropsModifier and TypeMethodDescriptionAssetImageProps.Builder.build()Builds the configured instance.Methods in software.amazon.awscdk.services.ecs with parameters of type AssetImagePropsModifier and TypeMethodDescriptionstatic AssetImageContainerImage.fromAsset(String directory, AssetImageProps props) Reference an image that's constructed directly from sources on disk.Constructors in software.amazon.awscdk.services.ecs with parameters of type AssetImagePropsModifierConstructorDescriptionAssetImage(String directory, AssetImageProps props) Constructs a new instance of the AssetImage class.