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 GetRegistryScanningConfigurationResult(val registryId: String? = null, val rules: List<RegistryScanningConfigurationScanningRule>? = null, val scanType: RegistryScanningConfigurationScanType? = 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)

The filter settings used with image replication. Specifying a repository filter to a replication rule provides a method for controlling which repositories in a private registry are replicated. If no filters are added, the contents of all repositories are replicated.

The scanning rules associated with the registry.

Link copied to clipboard

The replication configuration for a registry.

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

An array of objects representing the destination for a replication rule.

Link copied to clipboard

An array of objects representing the replication destinations and repository filters for a replication configuration.

Link copied to clipboard

The filter settings used with image replication. Specifying a repository filter to a replication rule provides a method for controlling which repositories in a private registry are replicated. If no filters are added, the contents of all repositories are replicated.

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 AES256 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 RepositoryCreationTemplateTag(val key: String, val value: String)

The metadata to apply to a resource to help you categorize and organize them. Each tag consists of a key and a value, both of which you define. Tag keys can have a maximum character length of 128 characters, and tag values can have a maximum length of 256 characters.

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 AES256 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.