class Aws::ECR::Types::Repository


@see docs.aws.amazon.com/goto/WebAPI/ecr-2015-09-21/Repository AWS API Documentation
@return [Types::EncryptionConfiguration]
the contents of your repository are encrypted at rest.
The encryption configuration for the repository. This determines how
@!attribute [rw] encryption_configuration
@return [Types::ImageScanningConfiguration]
The image scanning configuration for a repository.
@!attribute [rw] image_scanning_configuration
@return [String]
The tag mutability setting for the repository.
@!attribute [rw] image_tag_mutability
@return [Time]
was created.
The date and time, in JavaScript date format, when the repository
@!attribute [rw] created_at
@return [String]
‘push` and `pull` operations.
The URI for the repository. You can use this URI for container image
@!attribute [rw] repository_uri
@return [String]
The name of the repository.
@!attribute [rw] repository_name
@return [String]
contains the repository.
The Amazon Web Services account ID associated with the registry that
@!attribute [rw] registry_id
@return [String]
`arn:aws:ecr:region:012345678910:repository-namespace/repository-name`.
owner, repository namespace, and repository name. For example,
the repository, Amazon Web Services account ID of the repository
ARN contains the `arn:aws:ecr` namespace, followed by the region of
The Amazon Resource Name (ARN) that identifies the repository. The
@!attribute [rw] repository_arn
An object representing a repository.