Registry

class Registry

The details of a public registry.

Types

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

Properties

Link copied to clipboard

An array of objects that represents the aliases for a public registry.

Link copied to clipboard

The Amazon Resource Name (ARN) of the public registry.

Link copied to clipboard

The Amazon Web Services account ID that's associated with the registry. If you do not specify a registry, the default public registry is assumed.

Link copied to clipboard

The URI of a public registry. The URI contains a universal prefix and the registry alias.

Link copied to clipboard

Indicates whether the account is a verified Amazon Web Services Marketplace vendor. If an account is verified, each public repository receives a verified account badge on the Amazon ECR Public Gallery.

Functions

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