PutImageRequest

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The image digest of the image manifest that corresponds to the image.

Link copied to clipboard

The image manifest that corresponds to the image to be uploaded.

Link copied to clipboard

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

Link copied to clipboard

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.

Link copied to clipboard

The Amazon Web Services account ID, or registry alias, that's associated with the public registry that contains the repository where the image is put. If you do not specify a registry, the default public registry is assumed.

Link copied to clipboard

The name of the repository where the image is put.

Functions

Link copied to clipboard
inline fun copy(block: PutImageRequest.Builder.() -> Unit = {}): PutImageRequest
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String