Builder
Properties
The encryption configuration for the repository. This determines how the contents of your repository are encrypted at rest.
The image scanning configuration for a repository.
The tag mutability setting for the repository.
The image tag mutability exclusion filters associated with the repository. These filters specify which image tags can override the repository's default image tag mutability setting.
The Amazon Web Services account ID associated with the registry that contains the repository.
The Amazon Resource Name (ARN) that identifies the repository. The ARN contains the arn:aws:ecr
namespace, followed by the region of the repository, Amazon Web Services account ID of the repository owner, repository namespace, and repository name. For example, arn:aws:ecr:region:012345678910:repository-namespace/repository-name
.
The name of the repository.
The URI for the repository. You can use this URI for container image push
and pull
operations.
Functions
construct an aws.sdk.kotlin.services.ecr.model.EncryptionConfiguration inside the given block
construct an aws.sdk.kotlin.services.ecr.model.ImageScanningConfiguration inside the given block