get Document
Gets a document. Returns NOT_FOUND if the document does not exist.
Return
null
Parameters
argument
null
suspend fun getDocument(documentId: String, location: String, project: String? = null): GetDocumentResult
Return
null
See also
Parameters
document Id
location
project
suspend fun getDocument(argument: suspend GetDocumentPlainArgsBuilder.() -> Unit): GetDocumentResult
Return
null
See also
Parameters
argument
Builder for com.pulumi.googlenative.contentwarehouse.v1.kotlin.inputs.GetDocumentPlainArgs.