v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1444270263.9 KB

Restores a deleted event data store specified by <code>EventDataStore</code>, which accepts an event data store ARN. You can only restore a deleted event data store within the seven-day wait period after deletion. Restoring an event data store can take several minutes, depending on the size of the event data store.

post/#X-Amz-Target=com.amazonaws.cloudtrail.v20131101.CloudTrail_20131101.RestoreEventDataStore

Headers

X-Amz-Target'com.amazonaws.cloudtrail.v20131101.CloudTrail_20131101.RestoreEventDataStore' required

Request body

EventDataStorestring required

The ARN (or the ID suffix of the ARN) of the event data store that you want to restore.

Response

Success

EventDataStoreArnstring

The event data store ARN.

Namestring

The name of the event data store.

Status'CREATED' | 'ENABLED' | 'PENDING_DELETION'

The status of the event data store.

MultiRegionEnabledboolean

Indicates whether the event data store is collecting events from all regions, or only from the region in which the event data store was created.

OrganizationEnabledboolean

Indicates whether an event data store is collecting logged events for an organization in Organizations.

RetentionPeriodinteger

The retention period, in days.

TerminationProtectionEnabledboolean

Indicates that termination protection is enabled and the event data store cannot be automatically deleted.

CreatedTimestampstring date-time

The timestamp of an event data store's creation.

UpdatedTimestampstring date-time

The timestamp that shows when an event data store was updated, if applicable. <code>UpdatedTimestamp</code> is always either the same or newer than the time shown in <code>CreatedTimestamp</code>.

KmsKeyIdstring
<p>Specifies the KMS key ID that encrypts the events delivered by CloudTrail. The value is a fully specified ARN to a KMS key in the following format.</p> <p> <code>arn:aws:kms:us-east-2:123456789012:key/12345678-1234-1234-1234-123456789012</code> </p>