startEventDataStoreIngestion
inline suspend fun CloudTrailClient.startEventDataStoreIngestion(crossinline block: StartEventDataStoreIngestionRequest.Builder.() -> Unit): StartEventDataStoreIngestionResponse
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
.