Describe Firewall Metadata
| networkfirewall_describe_firewall_metadata | R Documentation |
Returns the high-level information about a firewall, including the Availability Zones where the Firewall is currently in use¶
Description¶
Returns the high-level information about a firewall, including the Availability Zones where the Firewall is currently in use.
Usage¶
networkfirewall_describe_firewall_metadata(FirewallArn)
Arguments¶
FirewallArn |
The Amazon Resource Name (ARN) of the firewall. |
Value¶
A list with the following syntax:
list(
FirewallArn = "string",
FirewallPolicyArn = "string",
Description = "string",
Status = "PROVISIONING"|"DELETING"|"READY",
SupportedAvailabilityZones = list(
list(
IPAddressType = "DUALSTACK"|"IPV4"|"IPV6"
)
),
TransitGatewayAttachmentId = "string"
)
Request syntax¶
svc$describe_firewall_metadata(
FirewallArn = "string"
)