/AWS1/CL_R5GGETDNSVIEWOUTPUT¶
GetDNSViewOutput
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_id TYPE /AWS1/R5GRESOURCEID /AWS1/R5GRESOURCEID¶
ID of the DNS view.
iv_arn TYPE /AWS1/R5GRESOURCEARN /AWS1/R5GRESOURCEARN¶
Amazon Resource Name (ARN) of the DNS view.
iv_dnssecvalidation TYPE /AWS1/R5GDNSSECVALIDATIONTYPE /AWS1/R5GDNSSECVALIDATIONTYPE¶
Specifies whether DNSSEC is enabled or disabled for the DNS view.
iv_ednsclientsubnet TYPE /AWS1/R5GEDNSCLIENTSUBNETTYPE /AWS1/R5GEDNSCLIENTSUBNETTYPE¶
Specifies whether edns0 client subnet is enabled.
iv_firewallrulesfailopen TYPE /AWS1/R5GFWALLRLSFAILOPENTYPE /AWS1/R5GFWALLRLSFAILOPENTYPE¶
Specifies the DNS Firewall failure mode configuration. When enabled, the DNS Firewall allows DNS queries to proceed if it's unable to properly evaluate them. When disabled, the DNS Firewall blocks DNS queries it's unable to evaluate.
iv_name TYPE /AWS1/R5GRESOURCENAME /AWS1/R5GRESOURCENAME¶
Name of the DNS view.
iv_globalresolverid TYPE /AWS1/R5GRESOURCEID /AWS1/R5GRESOURCEID¶
ID of the Global Resolver the DNS view is associated to.
iv_createdat TYPE /AWS1/R5GISO8601TIMESTRING /AWS1/R5GISO8601TIMESTRING¶
The time and date the DNS view was creates on.
iv_updatedat TYPE /AWS1/R5GISO8601TIMESTRING /AWS1/R5GISO8601TIMESTRING¶
The time and date the DNS view was updated on.
iv_status TYPE /AWS1/R5GPROFILERESOURCESTATUS /AWS1/R5GPROFILERESOURCESTATUS¶
Operational status of the DNS view.
Optional arguments:¶
iv_clienttoken TYPE /AWS1/R5GCLIENTTOKEN /AWS1/R5GCLIENTTOKEN¶
A unique, case-sensitive identifier to ensure idempotency. This means that making the same request multiple times with the same
clientTokenhas the same result every time.
iv_description TYPE /AWS1/R5GRESOURCEDESCRIPTION /AWS1/R5GRESOURCEDESCRIPTION¶
Description of the DNS view.
Queryable Attributes¶
id¶
ID of the DNS view.
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¶
Amazon Resource Name (ARN) of the DNS view.
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¶
A unique, case-sensitive identifier to ensure idempotency. This means that making the same request multiple times with the same
clientTokenhas the same result every time.
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 |
dnssecValidation¶
Specifies whether DNSSEC is enabled or disabled for the DNS view.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DNSSECVALIDATION() |
Getter for DNSSECVALIDATION, with configurable default |
ASK_DNSSECVALIDATION() |
Getter for DNSSECVALIDATION w/ exceptions if field has no va |
HAS_DNSSECVALIDATION() |
Determine if DNSSECVALIDATION has a value |
ednsClientSubnet¶
Specifies whether edns0 client subnet is enabled.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_EDNSCLIENTSUBNET() |
Getter for EDNSCLIENTSUBNET, with configurable default |
ASK_EDNSCLIENTSUBNET() |
Getter for EDNSCLIENTSUBNET w/ exceptions if field has no va |
HAS_EDNSCLIENTSUBNET() |
Determine if EDNSCLIENTSUBNET has a value |
firewallRulesFailOpen¶
Specifies the DNS Firewall failure mode configuration. When enabled, the DNS Firewall allows DNS queries to proceed if it's unable to properly evaluate them. When disabled, the DNS Firewall blocks DNS queries it's unable to evaluate.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FIREWALLRULESFAILOPEN() |
Getter for FIREWALLRULESFAILOPEN, with configurable default |
ASK_FIREWALLRULESFAILOPEN() |
Getter for FIREWALLRULESFAILOPEN w/ exceptions if field has |
HAS_FIREWALLRULESFAILOPEN() |
Determine if FIREWALLRULESFAILOPEN has a value |
name¶
Name of the DNS view.
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¶
Description of the DNS view.
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 |
globalResolverId¶
ID of the Global Resolver the DNS view is associated to.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_GLOBALRESOLVERID() |
Getter for GLOBALRESOLVERID, with configurable default |
ASK_GLOBALRESOLVERID() |
Getter for GLOBALRESOLVERID w/ exceptions if field has no va |
HAS_GLOBALRESOLVERID() |
Determine if GLOBALRESOLVERID has a value |
createdAt¶
The time and date the DNS view was creates on.
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 time and date the DNS view was updated on.
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¶
Operational status of the DNS view.
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 |