- Navigation Guide
@aws-sdk/client-ecr
PutImageCommandInput Interface
The input for PutImageCommand.
Members
Name | Type | Details |
---|---|---|
imageManifest Required | string | undefined | The image manifest corresponding to the image to be uploaded. |
repositoryName Required | string | undefined | The name of the repository in which to put the image. |
imageDigest | string | undefined | The image digest of the image manifest corresponding to the image. |
imageManifestMediaType | string | undefined | The media type of the image manifest. If you push an image manifest that does not contain the |
imageTag | string | undefined | The tag to associate with the image. This parameter is required for images that use the Docker Image Manifest V2 Schema 2 or Open Container Initiative (OCI) formats. |
registryId | string | undefined | The Amazon Web Services account ID associated with the registry that contains the repository in which to put the image. If you do not specify a registry, the default registry is assumed. |
Full Signature
export interface PutImageCommandInput extends PutImageRequest