Skip to content

/AWS1/CL_R5GFWALLDOMLISTSITEM

Summary information about a firewall domain list.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_arn TYPE /AWS1/R5GRESOURCEARN /AWS1/R5GRESOURCEARN

The Amazon Resource Name (ARN) of the firewall domain list.

iv_globalresolverid TYPE /AWS1/R5GRESOURCEID /AWS1/R5GRESOURCEID

The ID of the global resolver that the firewall domain list is associated with.

iv_createdat TYPE /AWS1/R5GISO8601TIMESTRING /AWS1/R5GISO8601TIMESTRING

The date and time when the firewall domain list was created.

iv_id TYPE /AWS1/R5GRESOURCEID /AWS1/R5GRESOURCEID

The unique identifier of the firewall domain list.

iv_name TYPE /AWS1/R5GRESOURCENAME /AWS1/R5GRESOURCENAME

The name of the firewall domain list.

iv_status TYPE /AWS1/R5GCRRESOURCESTATUS /AWS1/R5GCRRESOURCESTATUS

The current status of the firewall domain list.

iv_updatedat TYPE /AWS1/R5GISO8601TIMESTRING /AWS1/R5GISO8601TIMESTRING

The date and time when the firewall domain list was last updated.

Optional arguments:

iv_description TYPE /AWS1/R5GRESOURCEDESCRIPTION /AWS1/R5GRESOURCEDESCRIPTION

A description of the firewall domain list.


Queryable Attributes

arn

The Amazon Resource Name (ARN) of the firewall 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 global resolver that the firewall 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 date and time when the firewall 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

A description of the firewall 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

id

The unique identifier of the firewall 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

The name of the firewall 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

The current status of the firewall 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 date and time when the firewall domain list 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

Public Local Types In This Class

Internal table types, representing arrays and maps of this class, are defined as local types:

TT_FIREWALLDOMAINLISTS

TYPES TT_FIREWALLDOMAINLISTS TYPE STANDARD TABLE OF REF TO /AWS1/CL_R5GFWALLDOMLISTSITEM WITH DEFAULT KEY
.