Skip to content

/AWS1/CL_SSAREGIONMETADATA

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.

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_regionname TYPE /AWS1/SSAREGIONNAME /AWS1/SSAREGIONNAME

The Amazon Web Services Region name.

iv_status TYPE /AWS1/SSAREGIONSTATUS /AWS1/SSAREGIONSTATUS

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).

iv_addeddate TYPE /AWS1/SSADATE /AWS1/SSADATE

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

iv_isprimaryregion TYPE /AWS1/SSAISPRIMARYREGION /AWS1/SSAISPRIMARYREGION

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


Queryable Attributes

RegionName

The Amazon Web Services Region name.

Accessible with the following methods

Method Description
GET_REGIONNAME() Getter for REGIONNAME, with configurable default
ASK_REGIONNAME() Getter for REGIONNAME w/ exceptions if field has no value
HAS_REGIONNAME() Determine if REGIONNAME has a value

Status

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).

Accessible with the following methods

Method Description
GET_STATUS() Getter for STATUS, with configurable default
ASK_STATUS() Getter for STATUS w/ exceptions if field has no value
HAS_STATUS() Determine if STATUS has a value

AddedDate

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

Accessible with the following methods

Method Description
GET_ADDEDDATE() Getter for ADDEDDATE, with configurable default
ASK_ADDEDDATE() Getter for ADDEDDATE w/ exceptions if field has no value
HAS_ADDEDDATE() Determine if ADDEDDATE has a value

IsPrimaryRegion

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

Accessible with the following methods

Method Description
GET_ISPRIMARYREGION() Getter for ISPRIMARYREGION

Public Local Types In This Class

Internal table types, representing arrays and maps of this class, are defined as local types:

TT_REGIONMETADATALIST

TYPES TT_REGIONMETADATALIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_SSAREGIONMETADATA WITH DEFAULT KEY
.