/AWS1/CL_NWFAZSYNCSTATE¶
The status of the firewall endpoint defined by a VpcEndpointAssociation.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
io_attachment TYPE REF TO /AWS1/CL_NWFATTACHMENT /AWS1/CL_NWFATTACHMENT¶
The definition and status of the firewall endpoint for a single subnet. In each configured subnet, Network Firewall instantiates a firewall endpoint to handle network traffic.
This data type is used for any firewall endpoint type:
For
Firewall.SubnetMappings, thisAttachmentis part of theFirewallStatussync states information. You define firewall subnets usingCreateFirewallandAssociateSubnets.For
VpcEndpointAssociation, thisAttachmentis part of theVpcEndpointAssociationStatussync states information. You define these subnets usingCreateVpcEndpointAssociation.
Queryable Attributes¶
Attachment¶
The definition and status of the firewall endpoint for a single subnet. In each configured subnet, Network Firewall instantiates a firewall endpoint to handle network traffic.
This data type is used for any firewall endpoint type:
For
Firewall.SubnetMappings, thisAttachmentis part of theFirewallStatussync states information. You define firewall subnets usingCreateFirewallandAssociateSubnets.For
VpcEndpointAssociation, thisAttachmentis part of theVpcEndpointAssociationStatussync states information. You define these subnets usingCreateVpcEndpointAssociation.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ATTACHMENT() |
Getter for ATTACHMENT |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TS_ASSOCIATIONSYNCSTATE_MAPROW¶
TYPES: BEGIN OF TS_ASSOCIATIONSYNCSTATE_MAPROW,
key TYPE /AWS1/NWFAVAILABILITYZONE,
value TYPE REF TO /AWS1/CL_NWFAZSYNCSTATE,
END OF TS_ASSOCIATIONSYNCSTATE_MAPROW.
TT_ASSOCIATIONSYNCSTATE¶
TYPES TT_ASSOCIATIONSYNCSTATE TYPE HASHED TABLE OF /AWS1/CL_NWFAZSYNCSTATE=>TS_ASSOCIATIONSYNCSTATE_MAPROW WITH UNIQUE KEY key
.