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. |
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