GetRepositoryCreationTemplateResult

data class GetRepositoryCreationTemplateResult(val appliedFor: List<RepositoryCreationTemplateAppliedForItem>? = null, val createdAt: String? = null, val customRoleArn: String? = null, val description: String? = null, val encryptionConfiguration: RepositoryCreationTemplateEncryptionConfiguration? = null, val imageTagMutability: RepositoryCreationTemplateImageTagMutability? = null, val lifecyclePolicy: String? = null, val repositoryPolicy: String? = null, val resourceTags: List<RepositoryCreationTemplateTag>? = null, val updatedAt: String? = null)

Constructors

Link copied to clipboard
constructor(appliedFor: List<RepositoryCreationTemplateAppliedForItem>? = null, createdAt: String? = null, customRoleArn: String? = null, description: String? = null, encryptionConfiguration: RepositoryCreationTemplateEncryptionConfiguration? = null, imageTagMutability: RepositoryCreationTemplateImageTagMutability? = null, lifecyclePolicy: String? = null, repositoryPolicy: String? = null, resourceTags: List<RepositoryCreationTemplateTag>? = null, updatedAt: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A list of enumerable Strings representing the repository creation scenarios that the template will apply towards.

Link copied to clipboard
val createdAt: String? = null

Create timestamp of the template.

Link copied to clipboard
val customRoleArn: String? = null

The ARN of the role to be assumed by ECR. This role must be in the same account as the registry that you are configuring.

Link copied to clipboard
val description: String? = null

The description of the template.

Link copied to clipboard

The encryption configuration associated with the repository creation template.

Link copied to clipboard

The image tag mutability setting for the repository.

Link copied to clipboard
val lifecyclePolicy: String? = null

The JSON lifecycle policy text to apply to the repository. For information about lifecycle policy syntax, see https://docs.aws.amazon.com/AmazonECR/latest/userguide/LifecyclePolicies.html

Link copied to clipboard

The JSON repository policy text to apply to the repository. For more information, see https://docs.aws.amazon.com/AmazonECR/latest/userguide/RepositoryPolicyExamples.html

Link copied to clipboard

An array of key-value pairs to apply to this resource.

Link copied to clipboard
val updatedAt: String? = null

Update timestamp of the template.