Uses of Class
software.amazon.awscdk.services.ecr.Repository.Builder
Packages that use Repository.Builder
-
Uses of Repository.Builder in software.amazon.awscdk.services.ecr
Methods in software.amazon.awscdk.services.ecr that return Repository.BuilderModifier and TypeMethodDescriptionstatic Repository.BuilderRepository.Builder.encryption(RepositoryEncryption encryption) The kind of server-side encryption to apply to this repository.Repository.Builder.encryptionKey(IKey encryptionKey) External KMS key to use for repository encryption.Repository.Builder.imageScanOnPush(Boolean imageScanOnPush) Enable the scan on push when creating the repository.Repository.Builder.imageTagMutability(TagMutability imageTagMutability) The tag mutability setting for the repository.Repository.Builder.lifecycleRegistryId(String lifecycleRegistryId) The AWS account ID associated with the registry that contains the repository.Repository.Builder.lifecycleRules(List<? extends LifecycleRule> lifecycleRules) Life cycle rules to apply to this registry.Repository.Builder.removalPolicy(RemovalPolicy removalPolicy) Determine what happens to the repository when the resource/stack is deleted.Repository.Builder.repositoryName(String repositoryName) Name for this repository.