aws.fms.get_third_party_firewall_association_status
Example SQL Queries
SELECT * FROMaws.fms.get_third_party_firewall_association_statusWHERE"third_party_firewall" = 'VALUE';Description
The onboarding status of a Firewall Manager admin account to third-party firewall vendor tenant.
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 |
| marketplace_onboarding_status The status for subscribing to the third-party firewall vendor in the Amazon Web Services Marketplace.
| VARCHAR |
| third_party_firewall_status The current status for setting a Firewall Manager policy administrators account as an administrator of the third-party firewall tenant.
| VARCHAR |