Skip to main content

data_sources_list_only

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

Overview

Namedata_sources_list_only
TypeResource
DescriptionResource Type definition for AWS::AppSync::DataSource
Idaws.appsync.data_sources_list_only

Fields

NameDatatypeDescription
data_source_arnstringThe Amazon Resource Name (ARN) of the API key, such as arn:aws:appsync:us-east-1:123456789012:apis/graphqlapiid/datasources/datasourcename.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Lists all data_sources in a region.

SELECT
region,
data_source_arn
FROM aws.appsync.data_sources_list_only
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the data_sources_list_only resource, see data_sources