documentation_versions
Retrieves a list of documentation_versions
in a region
Overview
Name | documentation_versions |
Type | Resource |
Description | documentation_versions |
Id | awscc.apigateway.documentation_versions |
Fields
Name | Datatype | Description |
---|---|---|
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,
documentation_version,
rest_api_id
FROM awscc.apigateway.documentation_versions
WHERE region = 'us-east-1'
Permissions
To operate on the documentation_versions
resource, the following permissions are required:
Create
apigateway:GET,
apigateway:POST
List
apigateway:GET