You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: website/docs/r/networkfirewall_firewall.html.markdown
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -64,6 +64,13 @@ In addition to all arguments above, the following attributes are exported:
64
64
65
65
*`arn` - The Amazon Resource Name (ARN) that identifies the firewall.
66
66
67
+
*`firewall_status` - Nested list of information about the current status of the firewall.
68
+
*`sync_states` - List of subnets configured for use by the firewall.
69
+
* `attachment` - Nested list describing the attachment status of the firewall's association with a single VPC subnet.
70
+
* `endpoint_id` - The identifier of the firewall endpoint that AWS Network Firewall has instantiated in the subnet. You use this to identify the firewall endpoint in the VPC route tables, when you redirect the VPC traffic through the endpoint.
71
+
* `subnet_id` - The unique identifier of the subnet that you've specified to be used for a firewall endpoint.
72
+
* `availability_zone` - The Availability Zone where the subnet is configured.
73
+
67
74
*`update_token` - A string token used when updating a firewall.
0 commit comments