getDocument

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

Parameters

documentId
location
project

See also


suspend fun getDocument(argument: suspend GetDocumentPlainArgsBuilder.() -> Unit): GetDocumentResult

Return

null

Parameters

argument

Builder for com.pulumi.googlenative.contentwarehouse.v1.kotlin.inputs.GetDocumentPlainArgs.

See also