AWS::Config::ConformancePack TemplateSSMDocumentDetails - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

AWS::Config::ConformancePack TemplateSSMDocumentDetails

This API allows you to create a conformance pack template with an Amazon Systems Manager document (SSM document). To deploy a conformance pack using an SSM document, first create an SSM document with conformance pack content, and then provide the DocumentName in the PutConformancePack API. You can also provide the DocumentVersion.

The TemplateSSMDocumentDetails object contains the name of the SSM document and the version of the SSM document.

Syntax

To declare this entity in your Amazon CloudFormation template, use the following syntax:

JSON

{ "DocumentName" : String, "DocumentVersion" : String }

YAML

DocumentName: String DocumentVersion: String

Properties

DocumentName

The name or Amazon Resource Name (ARN) of the SSM document to use to create a conformance pack. If you use the document name, Amazon Config checks only your account and Amazon Region for the SSM document.

Required: No

Type: String

Minimum: 3

Maximum: 128

Update requires: No interruption

DocumentVersion

The version of the SSM document to use to create a conformance pack. By default, Amazon Config uses the latest version.

Note

This field is optional.

Required: No

Type: String

Minimum: 1

Maximum: 128

Update requires: No interruption