getDocumentationVersion

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

documentationVersion

The version identifier of the to-be-updated documentation version.

restApiId

The string identifier of the associated RestApi.

See also


Return

null

Parameters

argument

Builder for com.pulumi.awsnative.apigateway.kotlin.inputs.GetDocumentationVersionPlainArgs.

See also