aws.fms.list_compliance_status
Example SQL Queries
SELECT * FROMaws.fms.list_compliance_statusWHERE"policy_id" = 'VALUE';Description
Returns an array of PolicyComplianceStatus objects. Use PolicyComplianceStatus to get a summary of which member accounts are protected by the specified policy.
Table Definition
| Column Name | Column Data Type |
|---|---|
| policy_id Required Input Column The ID of the Firewall Manager policy. | 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 |
| evaluation_results An array of EvaluationResult objects. | STRUCT( |
Show child fields
| |
| issue_info_map Details about problems with dependent services, such as WAF or Config, and the error message received that indicates the problem with the service. | MAP(VARCHAR, VARCHAR) |
| last_updated Timestamp of the last update to the EvaluationResult objects. | TIMESTAMP_S |
| member_account The member account ID. | VARCHAR |
| policy_name The name of the Firewall Manager policy. | VARCHAR |
| policy_owner The Amazon Web Services account that created the Firewall Manager policy. | VARCHAR |