v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1444270263.9 KB

Returns information about an event data store specified as either an ARN or the ID portion of the ARN.

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

Headers

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

Request body

EventDataStorestring required

The ARN (or ID suffix of the ARN) of the event data store about which you want information.

Response

Success

EventDataStoreArnstring

The event data store Amazon Resource Number (ARN).

Namestring

The name of the event data store.

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

The status of an event data store. Values can be <code>ENABLED</code> and <code>PENDING_DELETION</code>.

MultiRegionEnabledboolean

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

OrganizationEnabledboolean

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

RetentionPeriodinteger

The retention period of the event data store, in days.

TerminationProtectionEnabledboolean

Indicates that termination protection is enabled.

CreatedTimestampstring date-time

The timestamp of the event data store's creation.

UpdatedTimestampstring date-time

Shows the time that 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>