DocumentIdentifier

Describes the name of a SSM document.

Types

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

Properties

Link copied to clipboard

The user in your organization who created the document.

Link copied to clipboard

The date the SSM document was created.

Link copied to clipboard

An optional field where you can specify a friendly name for 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 type.

Link copied to clipboard

The document version.

Link copied to clipboard
val name: String?

The name of the SSM document.

Link copied to clipboard

The Amazon Web Services user that created the document.

Link copied to clipboard

The operating system platform.

Link copied to clipboard

A list of SSM documents required by a document. For example, an ApplicationConfiguration document requires an ApplicationConfigurationSchema document.

Link copied to clipboard

The current status of a document review.

Link copied to clipboard

The schema version.

Link copied to clipboard
val tags: List<Tag>?

The tags, or metadata, that have been applied to the document.

Link copied to clipboard

The target type which defines the kinds of resources the document can run on. For example, /AWS::EC2::Instance. For a list of valid resource types, see Amazon Web Services resource and property types reference in the CloudFormation User Guide.

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