/AWS1/CL_R5GGLBRESOLVERSITEM¶
Summary information about a global resolver.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_id TYPE /AWS1/R5GRESOURCEID /AWS1/R5GRESOURCEID¶
The unique identifier of the global resolver.
iv_arn TYPE /AWS1/R5GRESOURCEARN /AWS1/R5GRESOURCEARN¶
The Amazon Resource Name (ARN) of the global resolver.
iv_clienttoken TYPE /AWS1/R5GCLIENTTOKEN /AWS1/R5GCLIENTTOKEN¶
The unique string that identifies the request and ensures idempotency.
iv_dnsname TYPE /AWS1/R5GSNI /AWS1/R5GSNI¶
The DNS name of the global resolver.
iv_name TYPE /AWS1/R5GRESOURCENAME /AWS1/R5GRESOURCENAME¶
The name of the global resolver.
it_regions TYPE /AWS1/CL_R5GREGIONS_W=>TT_REGIONS TT_REGIONS¶
The AWS Regions where the global resolver is deployed.
iv_createdat TYPE /AWS1/R5GISO8601TIMESTRING /AWS1/R5GISO8601TIMESTRING¶
The date and time when the global resolver was created.
iv_updatedat TYPE /AWS1/R5GISO8601TIMESTRING /AWS1/R5GISO8601TIMESTRING¶
The date and time when the global resolver was last updated.
iv_status TYPE /AWS1/R5GCRRESOURCESTATUS /AWS1/R5GCRRESOURCESTATUS¶
The current status of the global resolver.
it_ipv4addresses TYPE /AWS1/CL_R5GIPV4ADDRESSES_W=>TT_IPV4ADDRESSES TT_IPV4ADDRESSES¶
The IPv4 addresses assigned to the global resolver.
Optional arguments:¶
iv_observabilityregion TYPE /AWS1/R5GREGION /AWS1/R5GREGION¶
The AWS Region where observability data is collected for the global resolver.
iv_description TYPE /AWS1/R5GRESOURCEDESCRIPTION /AWS1/R5GRESOURCEDESCRIPTION¶
A description of the global resolver.
Queryable Attributes¶
id¶
The unique identifier of the global resolver.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ID() |
Getter for ID, with configurable default |
ASK_ID() |
Getter for ID w/ exceptions if field has no value |
HAS_ID() |
Determine if ID has a value |
arn¶
The Amazon Resource Name (ARN) of the global resolver.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ARN() |
Getter for ARN, with configurable default |
ASK_ARN() |
Getter for ARN w/ exceptions if field has no value |
HAS_ARN() |
Determine if ARN has a value |
clientToken¶
The unique string that identifies the request and ensures idempotency.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CLIENTTOKEN() |
Getter for CLIENTTOKEN, with configurable default |
ASK_CLIENTTOKEN() |
Getter for CLIENTTOKEN w/ exceptions if field has no value |
HAS_CLIENTTOKEN() |
Determine if CLIENTTOKEN has a value |
dnsName¶
The DNS name of the global resolver.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DNSNAME() |
Getter for DNSNAME, with configurable default |
ASK_DNSNAME() |
Getter for DNSNAME w/ exceptions if field has no value |
HAS_DNSNAME() |
Determine if DNSNAME has a value |
observabilityRegion¶
The AWS Region where observability data is collected for the global resolver.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_OBSERVABILITYREGION() |
Getter for OBSERVABILITYREGION, with configurable default |
ASK_OBSERVABILITYREGION() |
Getter for OBSERVABILITYREGION w/ exceptions if field has no |
HAS_OBSERVABILITYREGION() |
Determine if OBSERVABILITYREGION has a value |
name¶
The name of the global resolver.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NAME() |
Getter for NAME, with configurable default |
ASK_NAME() |
Getter for NAME w/ exceptions if field has no value |
HAS_NAME() |
Determine if NAME has a value |
description¶
A description of the global resolver.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DESCRIPTION() |
Getter for DESCRIPTION, with configurable default |
ASK_DESCRIPTION() |
Getter for DESCRIPTION w/ exceptions if field has no value |
HAS_DESCRIPTION() |
Determine if DESCRIPTION has a value |
regions¶
The AWS Regions where the global resolver is deployed.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_REGIONS() |
Getter for REGIONS, with configurable default |
ASK_REGIONS() |
Getter for REGIONS w/ exceptions if field has no value |
HAS_REGIONS() |
Determine if REGIONS has a value |
createdAt¶
The date and time when the global resolver was created.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CREATEDAT() |
Getter for CREATEDAT, with configurable default |
ASK_CREATEDAT() |
Getter for CREATEDAT w/ exceptions if field has no value |
HAS_CREATEDAT() |
Determine if CREATEDAT has a value |
updatedAt¶
The date and time when the global resolver was last updated.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_UPDATEDAT() |
Getter for UPDATEDAT, with configurable default |
ASK_UPDATEDAT() |
Getter for UPDATEDAT w/ exceptions if field has no value |
HAS_UPDATEDAT() |
Determine if UPDATEDAT has a value |
status¶
The current status of the global resolver.
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 |
ipv4Addresses¶
The IPv4 addresses assigned to the global resolver.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_IPV4ADDRESSES() |
Getter for IPV4ADDRESSES, with configurable default |
ASK_IPV4ADDRESSES() |
Getter for IPV4ADDRESSES w/ exceptions if field has no value |
HAS_IPV4ADDRESSES() |
Determine if IPV4ADDRESSES has a value |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_GLOBALRESOLVERS¶
TYPES TT_GLOBALRESOLVERS TYPE STANDARD TABLE OF REF TO /AWS1/CL_R5GGLBRESOLVERSITEM WITH DEFAULT KEY
.