stop_event_data_store_ingestion¶
Operation¶
stop_event_data_store_ingestion
async
¶
stop_event_data_store_ingestion(input: StopEventDataStoreIngestionInput, plugins: list[Plugin] | None = None) -> StopEventDataStoreIngestionOutput
Stops the ingestion of live events on an event data store specified as
either an ARN or the ID portion of the ARN. To stop ingestion, the event
data store Status must be ENABLED and the eventCategory must be
Management, Data, NetworkActivity, or ConfigurationItem.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
input
|
StopEventDataStoreIngestionInput
|
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 |
|---|---|
StopEventDataStoreIngestionOutput
|
An instance of |
Input¶
StopEventDataStoreIngestionInput
dataclass
¶
Output¶
StopEventDataStoreIngestionOutput
dataclass
¶
Dataclass for StopEventDataStoreIngestionOutput structure.