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.
documentation_version
(String) The version identifier of the to-be-updated documentation version.rest_api_id
(String) The string identifier of the associated RestApi.description
(String) A description about the new documentation snapshot.id
(String) Uniquely identifies the resource.Import is supported using the following syntax:
$ terraform import awscc_apigateway_documentation_version.example <resource ID>