class Aws::ECRPublic::Types::PutImageRequest
@note When making an API call, you may pass PutImageRequest
data as a hash: { registry_id: "RegistryIdOrAlias", repository_name: "RepositoryName", # required image_manifest: "ImageManifest", # required image_manifest_media_type: "MediaType", image_tag: "ImageTag", image_digest: "ImageDigest", }
@!attribute [rw] registry_id
The AWS account ID associated with the public registry that contains the repository in which to put the image. If you do not specify a registry, the default public registry is assumed. @return [String]
@!attribute [rw] repository_name
The name of the repository in which to put the image. @return [String]
@!attribute [rw] image_manifest
The image manifest corresponding to the image to be uploaded. @return [String]
@!attribute [rw] image_manifest_media_type
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. @return [String]
@!attribute [rw] image_tag
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. @return [String]
@!attribute [rw] image_digest
The image digest of the image manifest corresponding to the image. @return [String]
@see docs.aws.amazon.com/goto/WebAPI/ecr-public-2020-10-30/PutImageRequest AWS API Documentation
Constants
- SENSITIVE