DocumentRequiresArgs

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

Constructors

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

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.

Functions

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