conformance_packs
Retrieves a list of conformance_packs
in a region
Overview
Name | conformance_packs |
Type | Resource |
Description | conformance_packs |
Id | awscc.config.conformance_packs |
Fields
Name | Datatype | Description |
---|---|---|
conformance_pack_name | string | Name of the conformance pack which will be assigned as the unique identifier. |
region | string | AWS 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