Skip to main content

resources

Retrieves a list of resources in a region

Overview

Nameresources
TypeResource
Descriptionresources
Idawscc.apigateway.resources

Fields

NameDatatypeDescription
rest_api_idstringThe string identifier of the associated RestApi.
resource_idstring
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
rest_api_id,
resource_id
FROM awscc.apigateway.resources
WHERE region = 'us-east-1'

Permissions

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

Create

apigateway:POST

List

apigateway:GET