list_data_accessors¶
Operation¶
list_data_accessors
async
¶
list_data_accessors(input: ListDataAccessorsInput, plugins: list[Plugin] | None = None) -> ListDataAccessorsOutput
Lists the data accessors for a Amazon Q Business application. This operation returns a paginated list of data accessor summaries, including the friendly name, unique identifier, ARN, associated IAM role, and creation/update timestamps for each data accessor.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
input
|
ListDataAccessorsInput
|
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 |
|---|---|
ListDataAccessorsOutput
|
An instance of |
Input¶
ListDataAccessorsInput
dataclass
¶
Dataclass for ListDataAccessorsInput structure.
Output¶
ListDataAccessorsOutput
dataclass
¶
Dataclass for ListDataAccessorsOutput structure.