RegistryId

A wrapper structure that may contain the registry name and Amazon Resource Name (ARN).

Types

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

Properties

Link copied to clipboard

Arn of the registry to be updated. One of RegistryArn or RegistryName has to be provided.

Link copied to clipboard

Name of the registry. Used only for lookup. One of RegistryArn or RegistryName has to be provided.

Functions

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