aws.config.describe_conformance_pack_compliance
Example SQL Queries
SELECT * FROMaws.config.describe_conformance_pack_complianceWHERE"conformance_pack_name" = 'VALUE';Description
Returns compliance details for each rule in that conformance pack.
You must provide exact rule names.
Table Definition
| Column Name | Column Data Type |
|---|---|
| conformance_pack_name Required Input Column Name of the conformance pack. | VARCHAR |
| filters Input Column A ConformancePackComplianceFilters object. | STRUCT( |
Show child fields
| |
| limit Input Column The maximum number of Config rules within a conformance pack are returned on each page. | BIGINT |
| next_token Input Column The nextToken string returned in a previous request that you use to request the next page of results in a paginated response. | 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 |
| conformance_pack_rule_compliance_list Returns a list of ConformancePackRuleCompliance objects. | STRUCT( |
Show child fields
| |