documentation_version
Gets an individual documentation_version
resource
Overview
Name | documentation_version |
Type | Resource |
Description | documentation_version |
Id | awscc.apigateway.documentation_version |
Fields
Name | Datatype | Description |
---|---|---|
description | string | A description about the new documentation snapshot. |
documentation_version | string | The version identifier of the to-be-updated documentation version. |
rest_api_id | string | The string identifier of the associated RestApi. |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
description,
documentation_version,
rest_api_id
FROM awscc.apigateway.documentation_version
WHERE data__Identifier = '<DocumentationVersion>|<RestApiId>';
Permissions
To operate on the documentation_version
resource, the following permissions are required:
Read
apigateway:GET
Update
apigateway:GET,
apigateway:PATCH
Delete
apigateway:DELETE