CreateRegistryRecordRequest

Types

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

Properties

Link copied to clipboard

Client token for idempotency

Link copied to clipboard

The description of the registry record

Link copied to clipboard

The typed descriptor content for the registry record

Link copied to clipboard

The human-readable display name of the registry record

Link copied to clipboard
val name: String?

The name of the registry record

Link copied to clipboard

List of provenance entries on a registry record. Capped at one entry today: a record carries a single DETECTED_FROM lineage. Modeled as a list so additional relations can be unlocked post-GA by raising this bound without a breaking shape change.

Link copied to clipboard

The type of the registry record, which determines the descriptor format

Link copied to clipboard

The version of the registry record

Link copied to clipboard

The identifier of the registry in which to create the record (ARN or ID)

Link copied to clipboard

Tags to associate with the registry record

Functions

Link copied to clipboard
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