AWS::Config::ConformancePackA 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.
8 configurable properties. 1 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
ConformancePackName | string | RequiredCreate-only |
ConformancePackInputParameters | Array<ConformancePackInputParameter> | |
DeliveryS3Bucket | string | |
DeliveryS3KeyPrefix | string | |
Tags | Array<Tag> | |
TemplateBody | string | Write-only |
TemplateS3Uri | string | Write-only |
TemplateSSMDocumentDetails | object | Write-only |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
ConformancePackArn | string | Amazon Resource Name (ARN) of the conformance pack. |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::Config::ConformancePack
Resources:
MyResource:
Type: AWS::Config::ConformancePack
Properties:
ConformancePackName: "my-conformancepackname"
Tags:
- Key: Environment
Value: ProductionPermissions CloudFormation needs in your IAM role to manage this resource.
config:PutConformancePackconfig:DescribeConformancePackStatusconfig:DescribeConformancePacksconfig:TagResourceconfig:ListTagsForResources3:GetObjects3:GetBucketAcliam:CreateServiceLinkedRoleiam:PassRoleconfig:DescribeConformancePacksconfig:ListTagsForResourceconfig:PutConformancePackconfig:DescribeConformancePackStatusconfig:DescribeConformancePacksconfig:TagResourceconfig:UntagResourceconfig:ListTagsForResources3:GetObjects3:GetBucketAcliam:CreateServiceLinkedRoleiam:PassRoleconfig:DeleteConformancePackconfig:DescribeConformancePackStatusconfig:UntagResourceconfig:DescribeConformancePacksOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterConformancePackNameThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
ConformancePackName