Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Repository

An object representing a repository.

Hierarchy

  • Repository

Index

Properties

Optional createdAt

createdAt: Date

The date and time, in JavaScript date format, when the repository was created.

Optional encryptionConfiguration

encryptionConfiguration: EncryptionConfiguration

The encryption configuration for the repository. This determines how the contents of your repository are encrypted at rest.

Optional imageScanningConfiguration

imageScanningConfiguration: ImageScanningConfiguration

The image scanning configuration for a repository.

Optional imageTagMutability

imageTagMutability: ImageTagMutability | string

The tag mutability setting for the repository.

Optional registryId

registryId: undefined | string

The Amazon Web Services account ID associated with the registry that contains the repository.

Optional repositoryArn

repositoryArn: undefined | string

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/test.

Optional repositoryName

repositoryName: undefined | string

The name of the repository.

Optional repositoryUri

repositoryUri: undefined | string

The URI for the repository. You can use this URI for container image push and pull operations.