Skip to main content

conformance_packs_list_only

Lists conformance_packs in a region or regions, for all properties use conformance_packs

Overview

Nameconformance_packs_list_only
TypeResource
DescriptionA conformance pack is a collection of AWS Config rules and remediation actions that can be easily deployed as a single entity in an account and a region or across an entire AWS Organization.
Idaws.config.conformance_packs_list_only

Fields

NameDatatypeDescription
conformance_pack_namestringName of the conformance pack which will be assigned as the unique identifier.
delivery_s3_bucketstringAWS Config stores intermediate files while processing conformance pack template.
delivery_s3_key_prefixstringThe prefix for delivery S3 bucket.
template_bodystringA string containing full conformance pack template body. You can only specify one of the template body or template S3Uri fields.
template_s3_uristringLocation 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_detailsobjectThe TemplateSSMDocumentDetails object contains the name of the SSM document and the version of the SSM document.
conformance_pack_input_parametersarrayA list of ConformancePackInputParameter objects.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Lists all conformance_packs in a region.

SELECT
region,
conformance_pack_name
FROM aws.config.conformance_packs_list_only
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the conformance_packs_list_only resource, see conformance_packs