ImageDetails

Information about the container image used for a task.

Types

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

Properties

Link copied to clipboard

The URI of the container image.

Link copied to clipboard

The container image digest. If the image URI was transformed, this will be the digest of the container image referenced by the transformed URI.

Link copied to clipboard

URI of the source registry. If the URI is from a third-party registry, Amazon Web Services HealthOmics transforms the URI to the corresponding ECR path, using the pull-through cache mapping rules.

Functions

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