Skip to main content

organization_conformance_packs

Retrieves a list of organization_conformance_packs in a region

Overview

Nameorganization_conformance_packs
TypeResource
Descriptionorganization_conformance_packs
Idawscc.config.organization_conformance_packs

Fields

NameDatatypeDescription
organization_conformance_pack_namestringThe name of the organization conformance pack.
regionstringAWS 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