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
DescriptionA data source is used to import technical metadata of assets (data) from the source databases or data warehouses into Amazon DataZone.
Idaws.datazone.data_sources_list_only

Fields

NameDatatypeDescription
domain_idstringThe ID of the Amazon DataZone domain where the data source is created.
idstringThe unique identifier of the data source.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Lists all data_sources in a region.

SELECT
region,
domain_id,
id
FROM aws.datazone.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