Jump to Content

Interface BatchGetImageCommandInputProtected

The input for BatchGetImageCommand.

Hierarchy

Properties

acceptedMediaTypes?: string[]

The accepted media types for the request.

Valid values: application/vnd.docker.distribution.manifest.v1+json | application/vnd.docker.distribution.manifest.v2+json | application/vnd.oci.image.manifest.v1+json

imageIds: undefined | ImageIdentifier[]

A list of image ID references that correspond to images to describe. The format of the imageIds reference is imageTag=tag or imageDigest=digest.

registryId?: string

The Amazon Web Services account ID associated with the registry that contains the images to describe. If you do not specify a registry, the default registry is assumed.

repositoryName: undefined | string

The repository that contains the images to describe.