UpdateDocumentRequest

Types

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

Properties

Link copied to clipboard

A list of key-value pairs that describe attachments to a version of a document.

Link copied to clipboard

A valid JSON or YAML string.

Link copied to clipboard

The friendly name of the SSM document that you want to update. This value can differ for each version of the document. If you don't specify a value for this parameter in your request, the existing value is applied to the new document version.

Link copied to clipboard

Specify the document format for the new document version. Systems Manager supports JSON and YAML documents. JSON is the default format.

Link copied to clipboard

The version of the document that you want to update. Currently, Systems Manager supports updating only the latest version of the document. You can specify the version number of the latest version or use the $LATEST variable.

Link copied to clipboard
val name: String?

The name of the SSM document that you want to update.

Link copied to clipboard

Specify a new target type for the document.

Link copied to clipboard

An optional field specifying the version of the artifact you are updating 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