resources_list_only
Lists resources
in a region or regions, for all properties use resources
Overview
Name | resources_list_only |
Type | Resource |
Description | The AWS::ApiGateway::Resource resource creates a resource in an API. |
Id | aws.apigateway.resources_list_only |
Fields
Name | Datatype | Description |
---|---|---|
parent_id | string | The parent resource's identifier. |
path_part | string | The last path segment for this resource. |
resource_id | string | |
rest_api_id | string | The string identifier of the associated RestApi. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Lists all resources
in a region.
SELECT
region,
rest_api_id,
resource_id
FROM aws.apigateway.resources_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the resources_list_only
resource, see resources