DocumentRequiresArgs

data class DocumentRequiresArgs(val name: Output<String>? = null, val version: Output<String>? = null) : ConvertibleToJava<DocumentRequiresArgs>

Constructors

Link copied to clipboard
fun DocumentRequiresArgs(name: Output<String>? = null, version: Output<String>? = null)

Functions

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

Properties

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

The name of the required SSM document. The name can be an Amazon Resource Name (ARN).

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

The document version required by the current document.