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
fun TemplateSsmDocumentDetailsPropertiesArgs(documentName: Output<String>? = null, documentVersion: Output<String>? = null)

Functions

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

Properties

Link copied to clipboard
val documentName: Output<String>? = null
Link copied to clipboard
val documentVersion: Output<String>? = null