cloudtrail_delete_event_data_store {paws.management} | R Documentation |
Disables the event data store specified by EventDataStore, which accepts an event data store ARN
Description
Disables the event data store specified by EventDataStore
, which accepts an event data store ARN. After you run delete_event_data_store
, the event data store enters a PENDING_DELETION
state, and is automatically deleted after a wait period of seven days. TerminationProtectionEnabled
must be set to False
on the event data store and the FederationStatus
must be DISABLED
. You cannot delete an event data store if TerminationProtectionEnabled
is True
or the FederationStatus
is ENABLED
.
See https://www.paws-r-sdk.com/docs/cloudtrail_delete_event_data_store/ for full documentation.
Usage
cloudtrail_delete_event_data_store(EventDataStore)
Arguments
EventDataStore |
[required] The ARN (or the ID suffix of the ARN) of the event data store to delete. |
[Package paws.management version 0.7.0 Index]