Skip to main content

documentation_part

Gets an individual documentation_part resource

Overview

Namedocumentation_part
TypeResource
Descriptiondocumentation_part
Idawscc.apigateway.documentation_part

Fields

NameDatatypeDescription
documentation_part_idstring
locationobjectThe location of the targeted API entity of the to-be-created documentation part.
propertiesstringThe new documentation content map of the targeted API entity. Enclosed key-value pairs are API-specific, but only OpenAPI-compliant key-value pairs can be exported and, hence, published.
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,
location,
properties,
rest_api_id
FROM awscc.apigateway.documentation_part
WHERE data__Identifier = '<DocumentationPartId>|<RestApiId>';

Permissions

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

Read

apigateway:GET

Update

apigateway:GET,
apigateway:PATCH

Delete

apigateway:DELETE