/AWS1/CL_R5GCREATEGLBRESOLVOUT¶
CreateGlobalResolverOutput
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_id TYPE /AWS1/R5GRESOURCEID /AWS1/R5GRESOURCEID¶
The unique identifier for the Route 53 Global Resolver.
iv_arn TYPE /AWS1/R5GRESOURCEARN /AWS1/R5GRESOURCEARN¶
The Amazon Resource Name (ARN) of the Route 53 Global Resolver.
iv_clienttoken TYPE /AWS1/R5GCLIENTTOKEN /AWS1/R5GCLIENTTOKEN¶
The unique string that identifies the request and ensures idempotency.
iv_createdat TYPE /AWS1/R5GISO8601TIMESTRING /AWS1/R5GISO8601TIMESTRING¶
The date and time when the Route 53 Global Resolver was created.
iv_dnsname TYPE /AWS1/R5GSNI /AWS1/R5GSNI¶
The hostname that DNS clients should use for TLS certificate validation when connecting to the Route 53 Global Resolver. This value resolves to the global anycast IP addresses for the resolver.
it_ipv4addresses TYPE /AWS1/CL_R5GIPV4ADDRESSES_W=>TT_IPV4ADDRESSES TT_IPV4ADDRESSES¶
The global anycast IPv4 addresses associated with the Route 53 Global Resolver. DNS clients can send queries to these addresses from anywhere on the internet.
iv_name TYPE /AWS1/R5GRESOURCENAME /AWS1/R5GRESOURCENAME¶
The name of the Route 53 Global Resolver.
it_regions TYPE /AWS1/CL_R5GREGIONS_W=>TT_REGIONS TT_REGIONS¶
The AWS Regions where the Route 53 Global Resolver is deployed and operational.
iv_status TYPE /AWS1/R5GCRRESOURCESTATUS /AWS1/R5GCRRESOURCESTATUS¶
The current status of the Route 53 Global Resolver. Possible values are CREATING (being provisioned), UPDATING (being modified), OPERATIONAL (ready to serve queries), or DELETING (being removed).
iv_updatedat TYPE /AWS1/R5GISO8601TIMESTRING /AWS1/R5GISO8601TIMESTRING¶
The date and time when the Route 53 Global Resolver was last updated.
Optional arguments:¶
iv_description TYPE /AWS1/R5GRESOURCEDESCRIPTION /AWS1/R5GRESOURCEDESCRIPTION¶
The description of the Route 53 Global Resolver.
iv_observabilityregion TYPE /AWS1/R5GREGION /AWS1/R5GREGION¶
The AWS Region where observability data for the Route 53 Global Resolver is stored.
Queryable Attributes¶
id¶
The unique identifier for the Route 53 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 Route 53 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 |
createdAt¶
The date and time when the Route 53 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 |
description¶
The description of the Route 53 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 |
dnsName¶
The hostname that DNS clients should use for TLS certificate validation when connecting to the Route 53 Global Resolver. This value resolves to the global anycast IP addresses for the 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 |
ipv4Addresses¶
The global anycast IPv4 addresses associated with the Route 53 Global Resolver. DNS clients can send queries to these addresses from anywhere on the internet.
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 |
name¶
The name of the Route 53 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 |
observabilityRegion¶
The AWS Region where observability data for the Route 53 Global Resolver is stored.
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 |
regions¶
The AWS Regions where the Route 53 Global Resolver is deployed and operational.
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 |
status¶
The current status of the Route 53 Global Resolver. Possible values are CREATING (being provisioned), UPDATING (being modified), OPERATIONAL (ready to serve queries), or DELETING (being removed).
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 |
updatedAt¶
The date and time when the Route 53 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 |