RegionMetadata

Contains information about an enabled Region of an IAM Identity Center instance, including the Region name, status, date added, and whether it is the primary Region.

Types

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

Properties

Link copied to clipboard
val addedDate: <Error class: unknown class>?

The timestamp when the Region was added to the IAM Identity Center instance. For the primary Region, this is the instance creation time.

Link copied to clipboard

Indicates whether this is the primary Region where the IAM Identity Center instance was originally enabled. The primary Region cannot be removed.

Link copied to clipboard

The Amazon Web Services Region name.

Link copied to clipboard

The current status of the Region. Valid values are ACTIVE (Region is operational), ADDING (Region extension workflow is in progress), or REMOVING (Region removal workflow is in progress).

Functions

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