Skip to main content

organization_conformance_packs_list_only

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

Overview

Nameorganization_conformance_packs_list_only
TypeResource
DescriptionResource schema for AWS::Config::OrganizationConformancePack.
Idaws.config.organization_conformance_packs_list_only

Fields

NameDatatypeDescription
organization_conformance_pack_namestringThe name of the organization conformance pack.
template_s3_uristringLocation of file containing the template body.
template_bodystringA string containing full conformance pack template body.
delivery_s3_bucketstringAWS Config stores intermediate files while processing conformance pack template.
delivery_s3_key_prefixstringThe prefix for the delivery S3 bucket.
conformance_pack_input_parametersarrayA list of ConformancePackInputParameter objects.
excluded_accountsarrayA list of AWS accounts to be excluded from an organization conformance pack while deploying a conformance pack.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Lists all organization_conformance_packs in a region.

SELECT
region,
organization_conformance_pack_name
FROM aws.config.organization_conformance_packs_list_only
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the organization_conformance_packs_list_only resource, see organization_conformance_packs