Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.ecr.CfnRepositoryPropsMixin.Builder
Packages that use CfnRepositoryPropsMixin.Builder
-
Uses of CfnRepositoryPropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.ecr
Methods in software.amazon.awscdk.cfnpropertymixins.services.ecr that return CfnRepositoryPropsMixin.BuilderModifier and TypeMethodDescriptionCfnRepositoryPropsMixin.Builder.create()CfnRepositoryPropsMixin.Builder.create(CfnPropertyMixinOptions options) CfnRepositoryPropsMixin.Builder.emptyOnDelete(Boolean emptyOnDelete) If true, deleting the repository force deletes the contents of the repository.CfnRepositoryPropsMixin.Builder.emptyOnDelete(IResolvable emptyOnDelete) If true, deleting the repository force deletes the contents of the repository.CfnRepositoryPropsMixin.Builder.encryptionConfiguration(CfnRepositoryPropsMixin.EncryptionConfigurationProperty encryptionConfiguration) The encryption configuration for the repository.CfnRepositoryPropsMixin.Builder.encryptionConfiguration(IResolvable encryptionConfiguration) The encryption configuration for the repository.CfnRepositoryPropsMixin.Builder.imageScanningConfiguration(CfnRepositoryPropsMixin.ImageScanningConfigurationProperty imageScanningConfiguration) CfnRepositoryPropsMixin.Builder.imageScanningConfiguration(IResolvable imageScanningConfiguration) CfnRepositoryPropsMixin.Builder.imageTagMutability(String imageTagMutability) The tag mutability setting for the repository.CfnRepositoryPropsMixin.Builder.imageTagMutabilityExclusionFilters(List<? extends Object> imageTagMutabilityExclusionFilters) A list of filters that specify which image tags are excluded from the repository's image tag mutability setting.CfnRepositoryPropsMixin.Builder.imageTagMutabilityExclusionFilters(IResolvable imageTagMutabilityExclusionFilters) A list of filters that specify which image tags are excluded from the repository's image tag mutability setting.CfnRepositoryPropsMixin.Builder.lifecyclePolicy(CfnRepositoryPropsMixin.LifecyclePolicyProperty lifecyclePolicy) Creates or updates a lifecycle policy.CfnRepositoryPropsMixin.Builder.lifecyclePolicy(IResolvable lifecyclePolicy) Creates or updates a lifecycle policy.CfnRepositoryPropsMixin.Builder.repositoryName(String repositoryName) The name to use for the repository.CfnRepositoryPropsMixin.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.