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 |
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 |
Input¶
StartEventDataStoreIngestionInput
dataclass
¶
Output¶
StartEventDataStoreIngestionOutput
dataclass
¶
Dataclass for StartEventDataStoreIngestionOutput structure.