Skip to main content

documentation_version

Gets an individual documentation_version resource

Overview

Namedocumentation_version
TypeResource
Descriptiondocumentation_version
Idawscc.apigateway.documentation_version

Fields

NameDatatypeDescription
descriptionstringA description about the new documentation snapshot.
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,
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