GetRepositoryCreationTemplateResult

data class GetRepositoryCreationTemplateResult(val appliedFor: List<RepositoryCreationTemplateAppliedForItem>? = null, val createdAt: 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, 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 description: String? = null

The description of the template.

Link copied to clipboard

The encryption configuration for the repository. This determines how the contents of your repository are encrypted at rest. By default, when no encryption configuration is set or the AES256 encryption type is used, Amazon ECR uses server-side encryption with Amazon S3-managed encryption keys which encrypts your data at rest using an AES-256 encryption algorithm. This does not require any action on your part. For more control over the encryption of the contents of your repository, you can use server-side encryption with AWS Key Management Service key stored in AWS Key Management Service ( AWS KMS ) to encrypt your images. For more information, see Amazon ECR encryption at rest in the Amazon Elastic Container Registry User Guide .

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.