DocumentationVersionArgs

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.

Constructors

Link copied to clipboard
fun DocumentationVersionArgs(description: Output<String>? = null, documentationVersion: Output<String>? = null, restApiId: Output<String>? = null)

Functions

Link copied to clipboard
open override fun toJava(): DocumentationVersionArgs

Properties

Link copied to clipboard
val description: Output<String>? = null

A description about the new documentation snapshot.

Link copied to clipboard
val documentationVersion: Output<String>? = null

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

Link copied to clipboard
val restApiId: Output<String>? = null

The string identifier of the associated RestApi.