Skip to main content

resources_list_only

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

Overview

Nameresources_list_only
TypeResource
DescriptionThe AWS::ApiGateway::Resource resource creates a resource in an API.
Idaws.apigateway.resources_list_only

Fields

NameDatatypeDescription
parent_idstringThe parent resource's identifier.
path_partstringThe last path segment for this resource.
resource_idstring
rest_api_idstringThe string identifier of the associated RestApi.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

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