GetDocumentResult

data class GetDocumentResult(val arn: String, val content: String, val documentFormat: String? = null, val documentType: String, val documentVersion: String? = null, val id: String, val name: String)

A collection of values returned by getDocument.

Constructors

Link copied to clipboard
constructor(arn: String, content: String, documentFormat: String? = null, documentType: String, documentVersion: String? = null, id: String, name: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String

ARN of the document. If the document is an AWS managed document, this value will be set to the name of the document instead.

Link copied to clipboard

Contents of the document.

Link copied to clipboard
val documentFormat: String? = null
Link copied to clipboard

Type of the document.

Link copied to clipboard
val documentVersion: String? = null
Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard