--- # generated by https://github.com/hashicorp/terraform-plugin-docs page_title: "awscc_apigateway_documentation_version Resource - terraform-provider-awscc" subcategory: "" description: |- A snapshot of the documentation of an API. --- # awscc_apigateway_documentation_version (Resource) A snapshot of the documentation of an API. ## Schema ### Required - `documentation_version` (String) The version identifier of the API documentation snapshot. - `rest_api_id` (String) The identifier of the API. ### Optional - `description` (String) The description of the API documentation snapshot. ### Read-Only - `id` (String) Uniquely identifies the resource. ## Import Import is supported using the following syntax: ```shell $ terraform import awscc_apigateway_documentation_version.example ```