/AWS1/CL_R5GCREFWALLDOMLISTOUT¶
CreateFirewallDomainListOutput
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_arn TYPE /AWS1/R5GRESOURCEARN /AWS1/R5GRESOURCEARN¶
An Amazon Resource Name (ARN) for the domain list.
iv_globalresolverid TYPE /AWS1/R5GRESOURCEID /AWS1/R5GRESOURCEID¶
The ID of the Route 53 Global Resolver that the domain list is associated with.
iv_createdat TYPE /AWS1/R5GISO8601TIMESTRING /AWS1/R5GISO8601TIMESTRING¶
The time and date the domain list was created on.
iv_domaincount TYPE /AWS1/R5GINTEGER /AWS1/R5GINTEGER¶
Number of domains in the domain list.
iv_id TYPE /AWS1/R5GRESOURCEID /AWS1/R5GRESOURCEID¶
ID of the domain list.
iv_name TYPE /AWS1/R5GRESOURCENAME /AWS1/R5GRESOURCENAME¶
Name of the domain list.
iv_status TYPE /AWS1/R5GCRRESOURCESTATUS /AWS1/R5GCRRESOURCESTATUS¶
Creation status of the domain list.
iv_updatedat TYPE /AWS1/R5GISO8601TIMESTRING /AWS1/R5GISO8601TIMESTRING¶
The time and date the domain list was updated.
Optional arguments:¶
iv_description TYPE /AWS1/R5GRESOURCEDESCRIPTION /AWS1/R5GRESOURCEDESCRIPTION¶
Description for the domain list.
Queryable Attributes¶
arn¶
An Amazon Resource Name (ARN) for the domain list.
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 |
globalResolverId¶
The ID of the Route 53 Global Resolver that the domain list is associated with.
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 domain list was created 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 |
description¶
Description for the domain list.
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 |
domainCount¶
Number of domains in the domain list.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DOMAINCOUNT() |
Getter for DOMAINCOUNT, with configurable default |
ASK_DOMAINCOUNT() |
Getter for DOMAINCOUNT w/ exceptions if field has no value |
HAS_DOMAINCOUNT() |
Determine if DOMAINCOUNT has a value |
id¶
ID of the domain list.
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 |
name¶
Name of the domain list.
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 |
status¶
Creation status of the domain list.
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 time and date the domain list was 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 |