get Documentation Version
suspend fun getDocumentationVersion(argument: GetDocumentationVersionPlainArgs): GetDocumentationVersionResult
The `AWS::ApiGateway::DocumentationVersion`
resource creates a snapshot of the documentation for an API. For more information, see Representation of API Documentation in API Gateway in the API Gateway Developer Guide.
Return
null
Parameters
argument
null
suspend fun getDocumentationVersion(documentationVersion: String, restApiId: String): GetDocumentationVersionResult
Return
null
Parameters
documentation Version
The version identifier of the to-be-updated documentation version.
rest Api Id
The string identifier of the associated RestApi.
See also
suspend fun getDocumentationVersion(argument: suspend GetDocumentationVersionPlainArgsBuilder.() -> Unit): GetDocumentationVersionResult
Return
null
Parameters
argument
Builder for com.pulumi.awsnative.apigateway.kotlin.inputs.GetDocumentationVersionPlainArgs.