Uses of Class
software.amazon.awscdk.services.ecr.Repository.Builder
-
Uses of Repository.Builder in software.amazon.awscdk.services.ecr
Modifier and TypeMethodDescriptionRepository.Builder.autoDeleteImages
(Boolean autoDeleteImages) Deprecated.static Repository.Builder
Repository.Builder.emptyOnDelete
(Boolean emptyOnDelete) If true, deleting the repository force deletes the contents of the repository.Repository.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.
emptyOnDelete
instead.