data_sources
Retrieves a list of data_sources
in a region
Overview
Name | data_sources |
Type | Resource |
Description | data_sources |
Id | awscc.datazone.data_sources |
Fields
Name | Datatype | Description |
---|---|---|
domain_id | string | The ID of the Amazon DataZone domain where the data source is created. |
id | string | The unique identifier of the data source. |
region | string | AWS 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