organization_conformance_packs
Retrieves a list of organization_conformance_packs
in a region
Overview
Name | organization_conformance_packs |
Type | Resource |
Description | organization_conformance_packs |
Id | awscc.config.organization_conformance_packs |
Fields
Name | Datatype | Description |
---|---|---|
organization_conformance_pack_name | string | The name of the organization conformance pack. |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
organization_conformance_pack_name
FROM awscc.config.organization_conformance_packs
WHERE region = 'us-east-1'
Permissions
To operate on the organization_conformance_packs
resource, the following permissions are required:
Create
config:PutOrganizationConformancePack,
config:DescribeOrganizationConformancePackStatuses,
config:GetOrganizationConformancePackDetailedStatus,
config:DescribeOrganizationConformancePacks,
s3:GetObject,
s3:GetBucketAcl,
iam:CreateServiceLinkedRole,
iam:PassRole,
organizations:ListDelegatedAdministrators,
organizations:EnableAWSServiceAccess
List
config:DescribeOrganizationConformancePacks