documentation_parts
Retrieves a list of documentation_parts
in a region
Overview
Name | documentation_parts |
Type | Resource |
Description | documentation_parts |
Id | awscc.apigateway.documentation_parts |
Fields
Name | Datatype | Description |
---|---|---|
documentation_part_id | string | |
rest_api_id | string | The string identifier of the associated RestApi. |
region | string | AWS 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