DocumentRequires

An SSM document required by the current document.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard

The document type of the required SSM document.

Link copied to clipboard

The document version required by the current document.

Link copied to clipboard

An optional field specifying the version of the artifact associated with the document. For example, 12.6. This value is unique across all versions of a document, and can't be changed.

Functions

Link copied to clipboard
inline fun copy(block: DocumentRequires.Builder.() -> Unit = {}): DocumentRequires
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String