Skip to main content

conformance_packs_list_only

Lists conformance_packs in a region or regions, for all properties use conformance_packs

Overview

Nameconformance_packs_list_only
TypeResource
DescriptionA 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.
Idaws.config.conformance_packs_list_only

Fields

NameDatatypeDescription
conformance_pack_namestringName of the conformance pack which will be assigned as the unique identifier.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

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