Uses of Class
software.amazon.awscdk.services.apprunner.alpha.EcrProps.Builder
Packages that use EcrProps.Builder
Package
Description
AWS::AppRunner Construct Library
-
Uses of EcrProps.Builder in software.amazon.awscdk.services.apprunner.alpha
Methods in software.amazon.awscdk.services.apprunner.alpha that return EcrProps.BuilderModifier and TypeMethodDescriptionstatic EcrProps.BuilderEcrProps.builder()EcrProps.Builder.imageConfiguration(ImageConfiguration imageConfiguration) Sets the value ofEcrProps.getImageConfiguration()EcrProps.Builder.repository(IRepository repository) Sets the value ofEcrProps.getRepository()Deprecated.use `tagOrDigest`EcrProps.Builder.tagOrDigest(String tagOrDigest) Sets the value ofEcrProps.getTagOrDigest()Constructors in software.amazon.awscdk.services.apprunner.alpha with parameters of type EcrProps.BuilderModifierConstructorDescriptionprotectedJsii$Proxy(EcrProps.Builder builder) Constructor that initializes the object based on literal property values passed by theEcrProps.Builder.