Image

class Image

An object representing an Amazon ECR image.

Types

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

Properties

Link copied to clipboard

An object containing the image tag and image digest associated with an image.

Link copied to clipboard

The image manifest associated with the image.

Link copied to clipboard

The manifest media type of the image.

Link copied to clipboard

The Amazon Web Services account ID associated with the registry containing the image.

Link copied to clipboard

The name of the repository associated with the image.

Functions

Link copied to clipboard
inline fun copy(block: Image.Builder.() -> Unit = {}): Image
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