Class: Aws::NetworkFirewall::Types::AZSyncState
- Inherits:
-
Struct
- Object
- Struct
- Aws::NetworkFirewall::Types::AZSyncState
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-networkfirewall/types.rb
Overview
The status of the firewall endpoint defined by a ‘VpcEndpointAssociation`.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#attachment ⇒ Types::Attachment
The definition and status of the firewall endpoint for a single subnet.
Instance Attribute Details
#attachment ⇒ Types::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`.
34 35 36 37 38 |
# File 'lib/aws-sdk-networkfirewall/types.rb', line 34 class AZSyncState < Struct.new( :attachment) SENSITIVE = [] include Aws::Structure end |