Skip to main content

apis_list_only

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

Overview

Nameapis_list_only
TypeResource
DescriptionResource schema for AppSync Api
Idaws.appsync.apis_list_only

Fields

NameDatatypeDescription
api_arnstringThe Amazon Resource Name (ARN) of the AppSync Api
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Lists all apis in a region.

SELECT
region,
api_arn
FROM aws.appsync.apis_list_only
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the apis_list_only resource, see apis