Uses of Class
software.amazon.awscdk.services.imagebuilder.alpha.Repository
Packages that use Repository
Package
Description
EC2 Image Builder Construct Library
-
Uses of Repository in software.amazon.awscdk.services.imagebuilder.alpha
Methods in software.amazon.awscdk.services.imagebuilder.alpha that return RepositoryModifier and TypeMethodDescriptionstatic RepositoryRepository.fromEcr(IRepository repository) (experimental) The ECR repository to use as the target container repository.ContainerDistribution.getContainerRepository()(experimental) The destination repository to distribute the output container to.final RepositoryContainerDistribution.Jsii$Proxy.getContainerRepository()ContainerRecipeProps.getTargetRepository()(experimental) The container repository where the output container image is stored.final RepositoryContainerRecipeProps.Jsii$Proxy.getTargetRepository()Methods in software.amazon.awscdk.services.imagebuilder.alpha with parameters of type RepositoryModifier and TypeMethodDescriptionContainerDistribution.Builder.containerRepository(Repository containerRepository) Sets the value ofContainerDistribution.getContainerRepository()ContainerRecipe.Builder.targetRepository(Repository targetRepository) (experimental) The container repository where the output container image is stored.ContainerRecipeProps.Builder.targetRepository(Repository targetRepository) Sets the value ofContainerRecipeProps.getTargetRepository()