conformance_packs_list_only
Lists conformance_packs
in a region or regions, for all properties use conformance_packs
Overview
Name | conformance_packs_list_only |
Type | Resource |
Description | A conformance pack is a collection of AWS Config rules and remediation actions that can be easily deployed as a single entity in an account and a region or across an entire AWS Organization. |
Id | aws.config.conformance_packs_list_only |
Fields
Name | Datatype | Description |
---|---|---|
conformance_pack_name | string | Name of the conformance pack which will be assigned as the unique identifier. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Lists all conformance_packs
in a region.
SELECT
region,
conformance_pack_name
FROM aws.config.conformance_packs_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the conformance_packs_list_only
resource, see conformance_packs