Expand description
Amazon Elastic Container Registry (Amazon ECR) is a managed Docker registry service. Customers can use the familiar Docker CLI to push, pull, and manage images. Amazon ECR provides a secure, scalable, and reliable registry. Amazon ECR supports private Docker repositories with resource-based permissions using IAM so that specific users or Amazon EC2 instances can access repositories and images. Developers can use the Docker CLI to author and manage images.
If you’re using the service, you’re probably looking for EcrClient and Ecr.
Structs§
- Attribute
This data type is used in the ImageScanFinding data type.
- Authorization
Data An object representing authorization data for an Amazon ECR registry.
- Batch
Check Layer Availability Request - Batch
Check Layer Availability Response - Batch
Delete Image Request Deletes specified images within a specified repository. Images are specified with either the
imageTag
orimageDigest
.- Batch
Delete Image Response - Batch
GetImage Request - Batch
GetImage Response - Complete
Layer Upload Request - Complete
Layer Upload Response - Create
Repository Request - Create
Repository Response - Delete
Lifecycle Policy Request - Delete
Lifecycle Policy Response - Delete
Repository Policy Request - Delete
Repository Policy Response - Delete
Repository Request - Delete
Repository Response - Describe
Image Scan Findings Request - Describe
Image Scan Findings Response - Describe
Images Filter An object representing a filter on a DescribeImages operation.
- Describe
Images Request - Describe
Images Response - Describe
Repositories Request - Describe
Repositories Response - EcrClient
- A client for the Amazon ECR API.
- GetAuthorization
Token Request - GetAuthorization
Token Response - GetDownload
UrlFor Layer Request - GetDownload
UrlFor Layer Response - GetLifecycle
Policy Preview Request - GetLifecycle
Policy Preview Response - GetLifecycle
Policy Request - GetLifecycle
Policy Response - GetRepository
Policy Request - GetRepository
Policy Response - Image
An object representing an Amazon ECR image.
- Image
Detail An object that describes an image returned by a DescribeImages operation.
- Image
Failure An object representing an Amazon ECR image failure.
- Image
Identifier An object with identifying information for an Amazon ECR image.
- Image
Scan Finding Contains information about an image scan finding.
- Image
Scan Findings The details of an image scan.
- Image
Scan Findings Summary A summary of the last completed image scan.
- Image
Scan Status The current status of an image scan.
- Image
Scanning Configuration The image scanning configuration for a repository.
- Initiate
Layer Upload Request - Initiate
Layer Upload Response - Layer
An object representing an Amazon ECR image layer.
- Layer
Failure An object representing an Amazon ECR image layer failure.
- Lifecycle
Policy Preview Filter The filter for the lifecycle policy preview.
- Lifecycle
Policy Preview Result The result of the lifecycle policy preview.
- Lifecycle
Policy Preview Summary The summary of the lifecycle policy preview request.
- Lifecycle
Policy Rule Action The type of action to be taken.
- List
Images Filter An object representing a filter on a ListImages operation.
- List
Images Request - List
Images Response - List
Tags ForResource Request - List
Tags ForResource Response - PutImage
Request - PutImage
Response - PutImage
Scanning Configuration Request - PutImage
Scanning Configuration Response - PutImage
TagMutability Request - PutImage
TagMutability Response - PutLifecycle
Policy Request - PutLifecycle
Policy Response - Repository
An object representing a repository.
- SetRepository
Policy Request - SetRepository
Policy Response - Start
Image Scan Request - Start
Image Scan Response - Start
Lifecycle Policy Preview Request - Start
Lifecycle Policy Preview Response - Tag
The metadata that you apply to a resource to help you categorize and organize them. Each tag consists of a key and an optional 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.
- TagResource
Request - TagResource
Response - Untag
Resource Request - Untag
Resource Response - Upload
Layer Part Request - Upload
Layer Part Response
Enums§
- Batch
Check Layer Availability Error - Errors returned by BatchCheckLayerAvailability
- Batch
Delete Image Error - Errors returned by BatchDeleteImage
- Batch
GetImage Error - Errors returned by BatchGetImage
- Complete
Layer Upload Error - Errors returned by CompleteLayerUpload
- Create
Repository Error - Errors returned by CreateRepository
- Delete
Lifecycle Policy Error - Errors returned by DeleteLifecyclePolicy
- Delete
Repository Error - Errors returned by DeleteRepository
- Delete
Repository Policy Error - Errors returned by DeleteRepositoryPolicy
- Describe
Image Scan Findings Error - Errors returned by DescribeImageScanFindings
- Describe
Images Error - Errors returned by DescribeImages
- Describe
Repositories Error - Errors returned by DescribeRepositories
- GetAuthorization
Token Error - Errors returned by GetAuthorizationToken
- GetDownload
UrlFor Layer Error - Errors returned by GetDownloadUrlForLayer
- GetLifecycle
Policy Error - Errors returned by GetLifecyclePolicy
- GetLifecycle
Policy Preview Error - Errors returned by GetLifecyclePolicyPreview
- GetRepository
Policy Error - Errors returned by GetRepositoryPolicy
- Initiate
Layer Upload Error - Errors returned by InitiateLayerUpload
- List
Images Error - Errors returned by ListImages
- List
Tags ForResource Error - Errors returned by ListTagsForResource
- PutImage
Error - Errors returned by PutImage
- PutImage
Scanning Configuration Error - Errors returned by PutImageScanningConfiguration
- PutImage
TagMutability Error - Errors returned by PutImageTagMutability
- PutLifecycle
Policy Error - Errors returned by PutLifecyclePolicy
- SetRepository
Policy Error - Errors returned by SetRepositoryPolicy
- Start
Image Scan Error - Errors returned by StartImageScan
- Start
Lifecycle Policy Preview Error - Errors returned by StartLifecyclePolicyPreview
- TagResource
Error - Errors returned by TagResource
- Untag
Resource Error - Errors returned by UntagResource
- Upload
Layer Part Error - Errors returned by UploadLayerPart
Traits§
- Ecr
- Trait representing the capabilities of the Amazon ECR API. Amazon ECR clients implement this trait.