Uses of Class
software.amazon.awscdk.services.ecr.CfnRepository.Builder
-
Uses of CfnRepository.Builder in software.amazon.awscdk.services.ecr
Modifier and TypeMethodDescriptionstatic CfnRepository.Builder
CfnRepository.Builder.emptyOnDelete
(Boolean emptyOnDelete) If true, deleting the repository force deletes the contents of the repository.CfnRepository.Builder.emptyOnDelete
(IResolvable emptyOnDelete) If true, deleting the repository force deletes the contents of the repository.CfnRepository.Builder.encryptionConfiguration
(IResolvable encryptionConfiguration) The encryption configuration for the repository.CfnRepository.Builder.encryptionConfiguration
(CfnRepository.EncryptionConfigurationProperty encryptionConfiguration) The encryption configuration for the repository.CfnRepository.Builder.imageScanningConfiguration
(IResolvable imageScanningConfiguration) The image scanning configuration for the repository.CfnRepository.Builder.imageScanningConfiguration
(CfnRepository.ImageScanningConfigurationProperty imageScanningConfiguration) The image scanning configuration for the repository.CfnRepository.Builder.imageTagMutability
(String imageTagMutability) The tag mutability setting for the repository.CfnRepository.Builder.lifecyclePolicy
(IResolvable lifecyclePolicy) Creates or updates a lifecycle policy.CfnRepository.Builder.lifecyclePolicy
(CfnRepository.LifecyclePolicyProperty lifecyclePolicy) Creates or updates a lifecycle policy.CfnRepository.Builder.repositoryName
(String repositoryName) The name to use for the repository.CfnRepository.Builder.repositoryPolicyText
(Object repositoryPolicyText) The JSON repository policy text to apply to the repository.An array of key-value pairs to apply to this resource.