Skip to content

/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, this Attachment is part of the FirewallStatus sync states information. You define firewall subnets using CreateFirewall and AssociateSubnets.

  • For VpcEndpointAssociation, this Attachment is part of the VpcEndpointAssociationStatus sync states information. You define these subnets using CreateVpcEndpointAssociation.


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, this Attachment is part of the FirewallStatus sync states information. You define firewall subnets using CreateFirewall and AssociateSubnets.

  • For VpcEndpointAssociation, this Attachment is part of the VpcEndpointAssociationStatus sync states information. You define these subnets using CreateVpcEndpointAssociation.

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
.