organization_conformance_packs_list_only
Lists organization_conformance_packs
in a region or regions, for all properties use organization_conformance_packs
Overview
Name | organization_conformance_packs_list_only |
Type | Resource |
Description | Resource schema for AWS::Config::OrganizationConformancePack. |
Id | aws.config.organization_conformance_packs_list_only |
Fields
Name | Datatype | Description |
---|---|---|
organization_conformance_pack_name | string | The name of the organization conformance pack. |
template_s3_uri | string | Location of file containing the template body. |
template_body | string | A string containing full conformance pack template body. |
delivery_s3_bucket | string | AWS Config stores intermediate files while processing conformance pack template. |
delivery_s3_key_prefix | string | The prefix for the delivery S3 bucket. |
conformance_pack_input_parameters | array | A list of ConformancePackInputParameter objects. |
excluded_accounts | array | A list of AWS accounts to be excluded from an organization conformance pack while deploying a conformance pack. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
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