TemplateSsmDocumentDetailsProperties

data class TemplateSsmDocumentDetailsProperties(val documentName: String? = null, val documentVersion: String? = null)

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

Constructors

Link copied to clipboard
constructor(documentName: String? = null, documentVersion: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val documentName: String? = null

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

Link copied to clipboard
val documentVersion: String? = null

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