Skip to content

/AWS1/CL_R5GGETFWALLDOMLISTOUT

GetFirewallDomainListOutput

CONSTRUCTOR

IMPORTING

Required arguments:

iv_arn TYPE /AWS1/R5GRESOURCEARN /AWS1/R5GRESOURCEARN

Amazon Resource Name (ARN) of the domain list.

iv_globalresolverid TYPE /AWS1/R5GRESOURCEID /AWS1/R5GRESOURCEID

ID of the Global Resolver that the domain list is associated to.

iv_createdat TYPE /AWS1/R5GISO8601TIMESTRING /AWS1/R5GISO8601TIMESTRING

The time and date the domain list was created.

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

Operational status of the domain list.

iv_updatedat TYPE /AWS1/R5GISO8601TIMESTRING /AWS1/R5GISO8601TIMESTRING

The date and time the domain list was updated.

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 clientToken has the same result every time.

iv_description TYPE /AWS1/R5GRESOURCEDESCRIPTION /AWS1/R5GRESOURCEDESCRIPTION

The description of the domain list.

iv_statusmessage TYPE /AWS1/R5GSTRING /AWS1/R5GSTRING

Additional information about the status of the domain list.


Queryable Attributes

arn

Amazon Resource Name (ARN) of 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

ID of the Global Resolver that the domain list 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

clientToken

A unique, case-sensitive identifier to ensure idempotency. This means that making the same request multiple times with the same clientToken has 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

createdAt

The time and date the domain list 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 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

Operational 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

statusMessage

Additional information about the status of the domain list.

Accessible with the following methods

Method Description
GET_STATUSMESSAGE() Getter for STATUSMESSAGE, with configurable default
ASK_STATUSMESSAGE() Getter for STATUSMESSAGE w/ exceptions if field has no value
HAS_STATUSMESSAGE() Determine if STATUSMESSAGE has a value

updatedAt

The date and time 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