Get Repository Creation Template Result
data class GetRepositoryCreationTemplateResult(val appliedFors: List<String>, val customRoleArn: String, val description: String, val encryptionConfigurations: List<GetRepositoryCreationTemplateEncryptionConfiguration>, val id: String, val imageTagMutability: String, val lifecyclePolicy: String, val prefix: String, val registryId: String, val repositoryPolicy: String, val resourceTags: Map<String, String>)
A collection of values returned by getRepositoryCreationTemplate.
Constructors
Link copied to clipboard
constructor(appliedFors: List<String>, customRoleArn: String, description: String, encryptionConfigurations: List<GetRepositoryCreationTemplateEncryptionConfiguration>, id: String, imageTagMutability: String, lifecyclePolicy: String, prefix: String, registryId: String, repositoryPolicy: String, resourceTags: Map<String, String>)
Properties
Link copied to clipboard
Which features this template applies to. Contains one or more of PULL_THROUGH_CACHE
or REPLICATION
.
Link copied to clipboard
The ARN of the custom role used for repository creation.
Link copied to clipboard
The description for this template.
Link copied to clipboard
Encryption configuration for any created repositories. See Encryption Configuration below.
Link copied to clipboard
The tag mutability setting for any created repositories.
Link copied to clipboard
The lifecycle policy document to apply to any created repositories.
Link copied to clipboard
The registry ID the repository creation template applies to.
Link copied to clipboard
The registry policy document to apply to any created repositories.
Link copied to clipboard
A map of tags to assign to any created repositories.