Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.ecr.CfnRepositoryCreationTemplatePropsMixin.Builder
Packages that use CfnRepositoryCreationTemplatePropsMixin.Builder
-
Uses of CfnRepositoryCreationTemplatePropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.ecr
Methods in software.amazon.awscdk.cfnpropertymixins.services.ecr that return CfnRepositoryCreationTemplatePropsMixin.BuilderModifier and TypeMethodDescriptionCfnRepositoryCreationTemplatePropsMixin.Builder.appliedFor(List<String> appliedFor) A list of enumerable Strings representing the repository creation scenarios that this template will apply towards.CfnRepositoryCreationTemplatePropsMixin.Builder.create()CfnRepositoryCreationTemplatePropsMixin.Builder.create(CfnPropertyMixinOptions options) CfnRepositoryCreationTemplatePropsMixin.Builder.customRoleArn(String customRoleArn) The ARN of the role to be assumed by Amazon ECR.CfnRepositoryCreationTemplatePropsMixin.Builder.description(String description) The description associated with the repository creation template.CfnRepositoryCreationTemplatePropsMixin.Builder.encryptionConfiguration(CfnRepositoryCreationTemplatePropsMixin.EncryptionConfigurationProperty encryptionConfiguration) The encryption configuration associated with the repository creation template.CfnRepositoryCreationTemplatePropsMixin.Builder.encryptionConfiguration(IResolvable encryptionConfiguration) The encryption configuration associated with the repository creation template.CfnRepositoryCreationTemplatePropsMixin.Builder.imageTagMutability(String imageTagMutability) The tag mutability setting for the repository.CfnRepositoryCreationTemplatePropsMixin.Builder.imageTagMutabilityExclusionFilters(List<? extends Object> imageTagMutabilityExclusionFilters) A list of filters that specify which image tags are excluded from the repository creation template's image tag mutability setting.CfnRepositoryCreationTemplatePropsMixin.Builder.imageTagMutabilityExclusionFilters(IResolvable imageTagMutabilityExclusionFilters) A list of filters that specify which image tags are excluded from the repository creation template's image tag mutability setting.CfnRepositoryCreationTemplatePropsMixin.Builder.lifecyclePolicy(String lifecyclePolicy) The lifecycle policy to use for repositories created using the template.The repository namespace prefix associated with the repository creation template.CfnRepositoryCreationTemplatePropsMixin.Builder.repositoryPolicy(String repositoryPolicy) The repository policy to apply to repositories created using the template.CfnRepositoryCreationTemplatePropsMixin.Builder.resourceTags(List<? extends Object> resourceTags) The metadata to apply to the repository to help you categorize and organize.CfnRepositoryCreationTemplatePropsMixin.Builder.resourceTags(IResolvable resourceTags) The metadata to apply to the repository to help you categorize and organize.