DocumentVersionInfo

Version information about the document.

Types

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

Properties

Link copied to clipboard

The date the document was created.

Link copied to clipboard

The friendly name of the SSM document. This value can differ for each version of the document. If you want to update this value, see UpdateDocument.

Link copied to clipboard

The document format, either JSON or YAML.

Link copied to clipboard

The document version.

Link copied to clipboard

An identifier for the default version of the document.

Link copied to clipboard
val name: String?

The document name.

Link copied to clipboard

The current status of the approval review for the latest version of the document.

Link copied to clipboard

The status of the SSM document, such as Creating, Active, Failed, and Deleting.

Link copied to clipboard

A message returned by Amazon Web Services Systems Manager that explains the Status value. For example, a Failed status might be explained by the StatusInformation message, "The specified S3 bucket doesn't exist. Verify that the URL of the S3 bucket is correct."

Link copied to clipboard

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
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