Documentation Version Args
data class DocumentationVersionArgs(val description: Output<String>? = null, val documentationVersion: Output<String>? = null, val restApiId: Output<String>? = null) : ConvertibleToJava<DocumentationVersionArgs>
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.