class Aws::ECR::Types::PutImageRequest


@see docs.aws.amazon.com/goto/WebAPI/ecr-2015-09-21/PutImageRequest AWS API Documentation
@return [String]
The image digest of the image manifest corresponding to the image.
@!attribute [rw] image_digest
@return [String]
Container Initiative (OCI) formats.
images that use the Docker Image Manifest V2 Schema 2 or Open
The tag to associate with the image. This parameter is required for
@!attribute [rw] image_tag
@return [String]
‘imageManifestMediaType` in the request.
that does not contain the `mediaType` field, you must specify the
The media type of the image manifest. If you push an image manifest
@!attribute [rw] image_manifest_media_type
@return [String]
The image manifest corresponding to the image to be uploaded.
@!attribute [rw] image_manifest
@return [String]
The name of the repository in which to put the image.
@!attribute [rw] repository_name
@return [String]
specify a registry, the default registry is assumed.
contains the repository in which to put the image. If you do not
The Amazon Web Services account ID associated with the registry that
@!attribute [rw] registry_id
}
image_digest: “ImageDigest”,
image_tag: “ImageTag”,
image_manifest_media_type: “MediaType”,
image_manifest: “ImageManifest”, # required
repository_name: “RepositoryName”, # required
registry_id: “RegistryId”,
{
data as a hash:
@note When making an API call, you may pass PutImageRequest