Jump to Content

Interface PutImageCommandInputProtected

The input for PutImageCommand.

Hierarchy

Properties

imageDigest?: string

The image digest of the image manifest corresponding to the image.

imageManifest: undefined | string

The image manifest corresponding to the image to be uploaded.

imageManifestMediaType?: string

The media type of the image manifest. If you push an image manifest that does not contain the mediaType field, you must specify the imageManifestMediaType in the request.

imageTag?: string

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

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.

repositoryName: undefined | string

The name of the repository in which to put the image.