Package-level declarations

Types

Link copied to clipboard
data class GetRegistryPolicyResult(val policyText: Any? = null, val registryId: String? = null)
Link copied to clipboard
data class GetReplicationConfigurationResult(val registryId: String? = null, val replicationConfiguration: ReplicationConfiguration? = null)
Link copied to clipboard
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)
Link copied to clipboard
data class GetRepositoryResult(val arn: String? = null, val imageScanningConfiguration: RepositoryImageScanningConfiguration? = null, val imageTagMutability: RepositoryImageTagMutability? = null, val lifecyclePolicy: RepositoryLifecyclePolicy? = null, val repositoryPolicyText: Any? = null, val repositoryUri: String? = null, val tags: List<Tag>? = null)
Link copied to clipboard

An object representing the replication configuration for a registry.

data class ReplicationConfigurationReplicationDestination(val region: String, val registryId: String)

An array of objects representing the details of a replication destination.

Link copied to clipboard

An array of objects representing the details of a replication destination.

Link copied to clipboard

An array of objects representing the details of a repository filter.

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 information, see https://docs.aws.amazon.com/AmazonECR/latest/userguide/encryption-at-rest.html

Link copied to clipboard
data class RepositoryCreationTemplateTag(val key: String, val value: String)

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

Link copied to clipboard
data class RepositoryEncryptionConfiguration(val encryptionType: RepositoryEncryptionType, val kmsKey: String? = null)

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 KMSlong key stored in KMSlong (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
data class RepositoryImageScanningConfiguration(val scanOnPush: Boolean? = null)

The image scanning configuration for a repository.

Link copied to clipboard
data class RepositoryLifecyclePolicy(val lifecyclePolicyText: String? = null, val registryId: String? = null)

The `LifecyclePolicy` property type specifies a lifecycle policy. For information about lifecycle policy syntax, see Lifecycle policy template in the Amazon ECR User Guide.