CloudTrail / Client / stop_event_data_store_ingestion

stop_event_data_store_ingestion#

CloudTrail.Client.stop_event_data_store_ingestion(**kwargs)#

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, or ConfigurationItem.

See also: AWS API Documentation

Request Syntax

response = client.stop_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 stop 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