conformance_pack
Gets an individual conformance_pack
resource
Overview
Name | conformance_pack |
Type | Resource |
Description | conformance_pack |
Id | awscc.config.conformance_pack |
Fields
Name | Datatype | Description |
---|---|---|
conformance_pack_name | string | Name of the conformance pack which will be assigned as the unique identifier. |
delivery_s3_bucket | string | AWS Config stores intermediate files while processing conformance pack template. |
delivery_s3_key_prefix | string | The prefix for delivery S3 bucket. |
template_body | string | A string containing full conformance pack template body. You can only specify one of the template body or template S3Uri fields. |
template_s3_uri | string | Location of file containing the template body which points to the conformance pack template that is located in an Amazon S3 bucket. You can only specify one of the template body or template S3Uri fields. |
template_ssm_document_details | object | The TemplateSSMDocumentDetails object contains the name of the SSM document and the version of the SSM document. |
conformance_pack_input_parameters | array | A list of ConformancePackInputParameter objects. |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
conformance_pack_name,
delivery_s3_bucket,
delivery_s3_key_prefix,
template_body,
template_s3_uri,
template_ssm_document_details,
conformance_pack_input_parameters
FROM awscc.config.conformance_pack
WHERE data__Identifier = '<ConformancePackName>';
Permissions
To operate on the conformance_pack
resource, the following permissions are required:
Read
config:DescribeConformancePacks
Update
config:PutConformancePack,
config:DescribeConformancePackStatus,
s3:GetObject,
s3:GetBucketAcl,
iam:CreateServiceLinkedRole,
iam:PassRole
Delete
config:DeleteConformancePack,
config:DescribeConformancePackStatus