Skip to main content

documentation_parts_list_only

Lists documentation_parts in a region or regions, for all properties use documentation_parts

Overview

Namedocumentation_parts_list_only
TypeResource
DescriptionThe AWS::ApiGateway::DocumentationPart resource creates a documentation part for an API. For more information, see [Representation of API Documentation in API Gateway](https://docs.aws.amazon.com/apigateway/latest/developerguide/api-gateway-documenting-api-content-representation.html) in the *API Gateway Developer Guide*.
Idaws.apigateway.documentation_parts_list_only

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

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Lists all documentation_parts in a region.

SELECT
region,
documentation_part_id,
rest_api_id
FROM aws.apigateway.documentation_parts_list_only
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the documentation_parts_list_only resource, see documentation_parts