Skip to content

Qbusiness  >  Operations  >  list_data_accessors

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 ListDataAccessorsInput.

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 ListDataAccessorsOutput.

Input

ListDataAccessorsInput dataclass

Dataclass for ListDataAccessorsInput structure.

Attributes

application_id class-attribute instance-attribute
application_id: str | None = None

The unique identifier of the Amazon Q Business application.

max_results class-attribute instance-attribute
max_results: int | None = None

The maximum number of results to return in a single call.

next_token class-attribute instance-attribute
next_token: str | None = None

The token for the next set of results. (You received this token from a previous call.)

Output

ListDataAccessorsOutput dataclass

Dataclass for ListDataAccessorsOutput structure.

Attributes

data_accessors class-attribute instance-attribute
data_accessors: list[DataAccessor] | None = None

The list of data accessors.

next_token class-attribute instance-attribute
next_token: str | None = None

The token to use to retrieve the next set of results, if there are any.