Uses of Class
software.amazon.awscdk.services.ecr.CfnRepositoryCreationTemplate.Builder
Packages that use CfnRepositoryCreationTemplate.Builder
-
Uses of CfnRepositoryCreationTemplate.Builder in software.amazon.awscdk.services.ecr
Methods in software.amazon.awscdk.services.ecr that return CfnRepositoryCreationTemplate.BuilderModifier and TypeMethodDescriptionCfnRepositoryCreationTemplate.Builder.appliedFor
(List<String> appliedFor) A list of enumerable Strings representing the repository creation scenarios that this template will apply towards.CfnRepositoryCreationTemplate.Builder.customRoleArn
(String customRoleArn) The ARN of the role to be assumed by Amazon ECR.CfnRepositoryCreationTemplate.Builder.description
(String description) The description associated with the repository creation template.CfnRepositoryCreationTemplate.Builder.encryptionConfiguration
(IResolvable encryptionConfiguration) The encryption configuration associated with the repository creation template.CfnRepositoryCreationTemplate.Builder.encryptionConfiguration
(CfnRepositoryCreationTemplate.EncryptionConfigurationProperty encryptionConfiguration) The encryption configuration associated with the repository creation template.CfnRepositoryCreationTemplate.Builder.imageTagMutability
(String imageTagMutability) The tag mutability setting for the repository.CfnRepositoryCreationTemplate.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.CfnRepositoryCreationTemplate.Builder.repositoryPolicy
(String repositoryPolicy) The repository policy to apply to repositories created using the template.CfnRepositoryCreationTemplate.Builder.resourceTags
(List<? extends Object> resourceTags) The metadata to apply to the repository to help you categorize and organize.CfnRepositoryCreationTemplate.Builder.resourceTags
(IResolvable resourceTags) The metadata to apply to the repository to help you categorize and organize.