get_data_source
Retrieve detailed information about a specific data source in Amazon DataZone, including connection settings, ingestion configuration, scheduling, and last run status.
Instructions
Retrieves detailed information about a specific, known data source in Amazon DataZone.
Use this API when the user mentions a specific data source by name, type, or context (e.g., "Redshift data source in analytics domain") and wants details like:
Connection settings
Ingestion configuration
Authentication and scheduling details
Last run status and errors
Data source is a location that defines where your data resides, while data asset is a specific dataset or table. Connections are credentials + config for accessing a system, while data source is a specific location where your data resides using a connection.
related tools:
list_data_sources: retrieve ea list of data sources in a domain by name, status, type, etc.
get_asset: get detailed information about one specific data asset in a data source.
Args: domain_identifier (str): The ID of the domain where the data source exists identifier (str): The ID of the data source to retrieve
Returns: Any: The API response containing data source details
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| identifier | Yes | ||
| domain_identifier | Yes |