Skip to content

CloudTrail  >  Operations  >  list_event_data_stores

list_event_data_stores

Operation

list_event_data_stores async

list_event_data_stores(input: ListEventDataStoresInput, plugins: list[Plugin] | None = None) -> ListEventDataStoresOutput

Returns information about all event data stores in the account, in the current Region.

Parameters:

Name Type Description Default
input ListEventDataStoresInput

An instance of ListEventDataStoresInput.

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
ListEventDataStoresOutput

An instance of ListEventDataStoresOutput.

Input

ListEventDataStoresInput dataclass

Dataclass for ListEventDataStoresInput structure.

Attributes

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

The maximum number of event data stores to display on a single page.

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

A token you can use to get the next page of event data store results.

Output

ListEventDataStoresOutput dataclass

Dataclass for ListEventDataStoresOutput structure.

Attributes

event_data_stores class-attribute instance-attribute
event_data_stores: list[EventDataStore] | None = None

Contains information about event data stores in the account, in the current Region.

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

A token you can use to get the next page of results.