Uses of Class
software.amazon.awscdk.services.ecr.CfnRepository.Builder
Packages that use CfnRepository.Builder
-
Uses of CfnRepository.Builder in software.amazon.awscdk.services.ecr
Methods in software.amazon.awscdk.services.ecr that return CfnRepository.BuilderModifier and TypeMethodDescriptionstatic CfnRepository.BuilderCfnRepository.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.