/AWS1/CL_NWFFIREWALLMETADATA¶
High-level information about a firewall, returned by operations like create and describe. You can use the information provided in the metadata to retrieve and manage a firewall.
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
iv_firewallname
TYPE /AWS1/NWFRESOURCENAME
/AWS1/NWFRESOURCENAME
¶
The descriptive name of the firewall. You can't change the name of a firewall after you create it.
iv_firewallarn
TYPE /AWS1/NWFRESOURCEARN
/AWS1/NWFRESOURCEARN
¶
The Amazon Resource Name (ARN) of the firewall.
iv_tgwattachmentid
TYPE /AWS1/NWFTGWATTACHMENTID
/AWS1/NWFTGWATTACHMENTID
¶
The unique identifier of the transit gateway attachment associated with this firewall. This field is only present for transit gateway-attached firewalls.
Queryable Attributes¶
FirewallName¶
The descriptive name of the firewall. You can't change the name of a firewall after you create it.
Accessible with the following methods¶
Method | Description |
---|---|
GET_FIREWALLNAME() |
Getter for FIREWALLNAME, with configurable default |
ASK_FIREWALLNAME() |
Getter for FIREWALLNAME w/ exceptions if field has no value |
HAS_FIREWALLNAME() |
Determine if FIREWALLNAME has a value |
FirewallArn¶
The Amazon Resource Name (ARN) of the firewall.
Accessible with the following methods¶
Method | Description |
---|---|
GET_FIREWALLARN() |
Getter for FIREWALLARN, with configurable default |
ASK_FIREWALLARN() |
Getter for FIREWALLARN w/ exceptions if field has no value |
HAS_FIREWALLARN() |
Determine if FIREWALLARN has a value |
TransitGatewayAttachmentId¶
The unique identifier of the transit gateway attachment associated with this firewall. This field is only present for transit gateway-attached firewalls.
Accessible with the following methods¶
Method | Description |
---|---|
GET_TGWATTACHMENTID() |
Getter for TRANSITGATEWAYATTACHMENTID, with configurable def |
ASK_TGWATTACHMENTID() |
Getter for TRANSITGATEWAYATTACHMENTID w/ exceptions if field |
HAS_TGWATTACHMENTID() |
Determine if TRANSITGATEWAYATTACHMENTID 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_FIREWALLS
¶
TYPES TT_FIREWALLS TYPE STANDARD TABLE OF REF TO /AWS1/CL_NWFFIREWALLMETADATA WITH DEFAULT KEY
.