View source: R/cloudtrail_operations.R
cloudtrail_delete_event_data_store | R Documentation |
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.
cloudtrail_delete_event_data_store(EventDataStore)
EventDataStore |
[required] The ARN (or the ID suffix of the ARN) of the event data store to delete. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.