Skip to main content

documentation_parts

Retrieves a list of documentation_parts in a region

Overview

Namedocumentation_parts
TypeResource
Descriptiondocumentation_parts
Idawscc.apigateway.documentation_parts

Fields

NameDatatypeDescription
documentation_part_idstring
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_part_id,
rest_api_id
FROM awscc.apigateway.documentation_parts
WHERE region = 'us-east-1'

Permissions

To operate on the documentation_parts resource, the following permissions are required:

Create

apigateway:GET,
apigateway:POST

List

apigateway:GET