---
type: resource-type
title: ConformancePack
description: aws resource type AWS::Config::ConformancePack
name: ConformancePack
lexicon: aws
resource_type: AWS::Config::ConformancePack
---
`AWS::Config::ConformancePack`, a resource type of the aws lexicon.

## Properties

- `ConformancePackName` (`string`, required): Name of the conformance pack which will be assigned as the unique identifier.
- `ConformancePackArn` (`string`, optional): Amazon Resource Name (ARN) of the conformance pack.
- `ConformancePackInputParameters` (`ConformancePack_ConformancePackInputParameter[]`, optional): A list of ConformancePackInputParameter objects.
- `DeliveryS3Bucket` (`string`, optional): AWS Config stores intermediate files while processing conformance pack template.
- `DeliveryS3KeyPrefix` (`string`, optional): The prefix for delivery S3 bucket.
- `Tags` (`ConformancePack_Tag[]`, optional): The tags for the conformance pack.
- `TemplateBody` (`string`, optional): A string containing full conformance pack template body. You can only specify one of the template body or template S3Uri fields.
- `TemplateS3Uri` (`string`, optional): 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.
- `TemplateSSMDocumentDetails` (`Record<string, unknown>`, optional): The TemplateSSMDocumentDetails object contains the name of the SSM document and the version of the SSM document.

## Attributes

- `ConformancePackArn`
