Skip to main content

data_sources

Retrieves a list of data_sources in a region

Overview

Namedata_sources
TypeResource
Descriptiondata_sources
Idawscc.datazone.data_sources

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

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
domain_id,
id
FROM awscc.datazone.data_sources
WHERE region = 'us-east-1'

Permissions

To operate on the data_sources resource, the following permissions are required:

Create

datazone:CreateDataSource,
iam:PassRole,
datazone:GetDataSource,
datazone:DeleteDataSource

List

datazone:ListDataSources