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.
7 configurable properties. 1 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
ConformancePackName | string | RequiredCreate-only |
ConformancePackInputParameters | Array<ConformancePackInputParameter> | |
DeliveryS3Bucket | string | |
DeliveryS3KeyPrefix | string | |
TemplateBody | string | Write-only |
TemplateS3Uri | string | Write-only |
TemplateSSMDocumentDetails | object | Write-only |
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"Permissions CloudFormation needs in your IAM role to manage this resource.
config:PutConformancePackconfig:DescribeConformancePackStatusconfig:DescribeConformancePackss3:GetObjects3:GetBucketAcliam:CreateServiceLinkedRoleiam:PassRoleconfig:DescribeConformancePacksconfig:PutConformancePackconfig:DescribeConformancePackStatuss3:GetObjects3:GetBucketAcliam:CreateServiceLinkedRoleiam:PassRoleconfig:DeleteConformancePackconfig:DescribeConformancePackStatusconfig: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