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 corresponding to the image.

Link copied to clipboard

The image manifest corresponding to the image to be uploaded.

Link copied to clipboard

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.

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 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.

Link copied to clipboard

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

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