aws.fms.list_third_party_firewall_firewall_policies
Example SQL Queries
SELECT * FROMaws.fms.list_third_party_firewall_firewall_policiesWHERE"third_party_firewall" = 'VALUE'AND "max_results" = 'VALUE';Description
Retrieves a list of all of the third-party firewall policies that are associated with the third-party firewall administrator's account.
Table Definition
| Column Name | Column Data Type |
|---|---|
| third_party_firewall Required Input Column The name of the third-party firewall vendor. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| firewall_policy_id The ID of the specified firewall policy. | VARCHAR |
| firewall_policy_name The name of the specified firewall policy. | VARCHAR |