Template Ssm Document Details Properties Args
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)