Skip to main content

documentation_versions

Retrieves a list of documentation_versions in a region

Overview

Namedocumentation_versions
TypeResource
Descriptiondocumentation_versions
Idawscc.apigateway.documentation_versions

Fields

NameDatatypeDescription
documentation_versionstringThe version identifier of the to-be-updated documentation version.
rest_api_idstringThe string identifier of the associated RestApi.
regionstringAWS 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