aws.config.get_conformance_pack_compliance_summary
Example SQL Queries
SELECT * FROMaws.config.get_conformance_pack_compliance_summaryWHERE"conformance_pack_names" = 'VALUE';Description
Returns compliance details for the conformance pack based on the cumulative compliance results of all the rules in that conformance pack.
Table Definition
| Column Name | Column Data Type |
|---|---|
| conformance_pack_names Required Input Column Names of conformance packs. | VARCHAR[] |
Show child fields
| |
| _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 |
| conformance_pack_compliance_status The status of the conformance pack. | VARCHAR |
| conformance_pack_name The name of the conformance pack name. | VARCHAR |