get_data_source¶
Operation¶
get_data_source
async
¶
get_data_source(input: GetDataSourceInput, plugins: list[Plugin] | None = None) -> GetDataSourceOutput
Gets information about a data source.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
input
|
GetDataSourceInput
|
An instance of |
required |
plugins
|
list[Plugin] | None
|
A list of callables that modify the configuration dynamically. Changes made by these plugins only apply for the duration of the operation execution and will not affect any other operation invocations. |
None
|
Returns:
| Type | Description |
|---|---|
GetDataSourceOutput
|
An instance of |
Input¶
GetDataSourceInput
dataclass
¶
Dataclass for GetDataSourceInput structure.