Skip to content

CloudTrail  >  Operations  >  start_event_data_store_ingestion

start_event_data_store_ingestion

Operation

start_event_data_store_ingestion async

start_event_data_store_ingestion(input: StartEventDataStoreIngestionInput, plugins: list[Plugin] | None = None) -> StartEventDataStoreIngestionOutput

Starts the ingestion of live events on an event data store specified as either an ARN or the ID portion of the ARN. To start ingestion, the event data store Status must be STOPPED_INGESTION and the eventCategory must be Management, Data, NetworkActivity, or ConfigurationItem.

Parameters:

Name Type Description Default
input StartEventDataStoreIngestionInput

An instance of StartEventDataStoreIngestionInput.

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
StartEventDataStoreIngestionOutput

An instance of StartEventDataStoreIngestionOutput.

Input

StartEventDataStoreIngestionInput dataclass

Dataclass for StartEventDataStoreIngestionInput structure.

Attributes

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

The ARN (or ID suffix of the ARN) of the event data store for which you want to start ingestion.

Output

StartEventDataStoreIngestionOutput dataclass

Dataclass for StartEventDataStoreIngestionOutput structure.