UpdateRegistryRequest

Types

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

Properties

Link copied to clipboard

The updated approval configuration for registry records. The updated configuration only affects new records that move to PENDING_APPROVAL status after the change. Existing records already in PENDING_APPROVAL status are not affected.

Link copied to clipboard

The updated authorizer configuration for the registry. Changing the authorizer configuration can break existing consumers of the registry who are using the authorization type prior to the update.

Link copied to clipboard

The updated description of the registry. To clear the description, include the UpdatedDescription wrapper with optionalValue not specified.

Link copied to clipboard
val name: String?

The updated name of the registry.

Link copied to clipboard

The identifier of the registry to update. You can specify either the Amazon Resource Name (ARN) or the ID of the registry.

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