Amazon ECR · Schema

Amazon ECR Repository

Schema representing an Amazon Elastic Container Registry repository, which stores Docker container images and OCI artifacts.

Amazon Web ServicesAWSContainer ImagesContainer RegistryContainersDockerECROCI

Properties

Name Type Description
repositoryArn string The Amazon Resource Name (ARN) that identifies the repository.
registryId string The AWS account ID associated with the registry that contains the repository.
repositoryName string The name of the repository.
repositoryUri string The URI for the repository, used for docker pull and push operations.
createdAt string The date and time, in JavaScript date format, when the repository was created.
imageTagMutability string The tag mutability setting for the repository. When set to IMMUTABLE, all image tags within the repository are prevented from being overwritten.
imageScanningConfiguration object The image scanning configuration for the repository.
encryptionConfiguration object The encryption configuration for the repository.
imageCount integer The number of images in the repository.
repositoryPolicy string The JSON repository policy text associated with the repository.
lifecyclePolicy object The lifecycle policy for the repository.
tags array The metadata tags applied to the repository.
View JSON Schema on GitHub