ImageIdentifier

An object with identifying information for an image in an Amazon ECR repository.

Types

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

Properties

Link copied to clipboard

The sha256 digest of the image manifest.

Link copied to clipboard

The tag used for the image.

Functions

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