aws.fms.get_compliance_detail
Example SQL Queries
SELECT * FROMaws.fms.get_compliance_detailWHERE"policy_id" = 'VALUE'AND "member_account" = 'VALUE';Description
Returns detailed compliance information about the specified member account. Details include resources that are in and out of compliance with the specified policy.
The reasons for resources being considered compliant depend on the Firewall Manager policy type.
Table Definition
| Column Name | Column Data Type |
|---|---|
| member_account Required Input Column The Amazon Web Services account that owns the resources that you want to get the details for. | VARCHAR |
| policy_id Required Input Column The ID of the policy that you want to get the details for. PolicyId is returned by PutPolicy and by ListPolicies. | 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 |
| policy_compliance_detail Information about the resources and the policy that you specified in the GetComplianceDetail request. | STRUCT( |
Show child fields
| |