TemplateSsmDocumentDetailsPropertiesArgs

data class TemplateSsmDocumentDetailsPropertiesArgs(val documentName: Output<String>? = null, val documentVersion: Output<String>? = null) : ConvertibleToJava<TemplateSsmDocumentDetailsPropertiesArgs>

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

Constructors

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

Properties

Link copied to clipboard
val documentName: Output<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: Output<String>? = null

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

Functions

Link copied to clipboard
open override fun toJava(): TemplateSsmDocumentDetailsPropertiesArgs