/AWS1/CL_OSRAWSDOMINFORMATION¶
Information about an Amazon OpenSearch Service domain.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_domainname TYPE /AWS1/OSRDOMAINNAME /AWS1/OSRDOMAINNAME¶
Name of the domain.
Optional arguments:¶
iv_ownerid TYPE /AWS1/OSROWNERID /AWS1/OSROWNERID¶
The Amazon Web Services account ID of the domain owner.
iv_region TYPE /AWS1/OSRREGION /AWS1/OSRREGION¶
The Amazon Web Services Region in which the domain is located.
Queryable Attributes¶
OwnerId¶
The Amazon Web Services account ID of the domain owner.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_OWNERID() |
Getter for OWNERID, with configurable default |
ASK_OWNERID() |
Getter for OWNERID w/ exceptions if field has no value |
HAS_OWNERID() |
Determine if OWNERID has a value |
DomainName¶
Name of the domain.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DOMAINNAME() |
Getter for DOMAINNAME, with configurable default |
ASK_DOMAINNAME() |
Getter for DOMAINNAME w/ exceptions if field has no value |
HAS_DOMAINNAME() |
Determine if DOMAINNAME has a value |
Region¶
The Amazon Web Services Region in which the domain is located.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_REGION() |
Getter for REGION, with configurable default |
ASK_REGION() |
Getter for REGION w/ exceptions if field has no value |
HAS_REGION() |
Determine if REGION has a value |