CloudTrail / Client / start_event_data_store_ingestion
start_event_data_store_ingestion#
- CloudTrail.Client.start_event_data_store_ingestion(**kwargs)#
- 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 - Statusmust be- STOPPED_INGESTIONand the- eventCategorymust be- Management,- Data, or- ConfigurationItem.- See also: AWS API Documentation - Request Syntax- response = client.start_event_data_store_ingestion( EventDataStore='string' ) - Parameters:
- EventDataStore (string) – - [REQUIRED] - The ARN (or ID suffix of the ARN) of the event data store for which you want to start ingestion. 
- Return type:
- dict 
- Returns:
- Response Syntax- {}- Response Structure- (dict) – 
 
 - Exceptions- CloudTrail.Client.exceptions.EventDataStoreARNInvalidException
- CloudTrail.Client.exceptions.EventDataStoreNotFoundException
- CloudTrail.Client.exceptions.InvalidEventDataStoreStatusException
- CloudTrail.Client.exceptions.InvalidParameterException
- CloudTrail.Client.exceptions.InvalidEventDataStoreCategoryException
- CloudTrail.Client.exceptions.OperationNotPermittedException
- CloudTrail.Client.exceptions.UnsupportedOperationException
- CloudTrail.Client.exceptions.NotOrganizationMasterAccountException
- CloudTrail.Client.exceptions.NoManagementAccountSLRExistsException
- CloudTrail.Client.exceptions.InsufficientDependencyServiceAccessPermissionException