Skip to main content

conformance_packs

Retrieves a list of conformance_packs in a region

Overview

Nameconformance_packs
TypeResource
Descriptionconformance_packs
Idawscc.config.conformance_packs

Fields

NameDatatypeDescription
conformance_pack_namestringName of the conformance pack which will be assigned as the unique identifier.
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
conformance_pack_name
FROM awscc.config.conformance_packs
WHERE region = 'us-east-1'

Permissions

To operate on the conformance_packs resource, the following permissions are required:

Create

config:PutConformancePack,
config:DescribeConformancePackStatus,
config:DescribeConformancePacks,
s3:GetObject,
s3:GetBucketAcl,
iam:CreateServiceLinkedRole,
iam:PassRole

List

config:DescribeConformancePacks