Skip to content

CloudTrail  >  Structures  >  EventDataStore

EventDataStore

Structure Class

EventDataStore dataclass

A storage lake of event data against which you can run complex SQL-based queries. An event data store can include events that you have logged on your account. To select events for an event data store, use advanced event selectors.

Attributes

advanced_event_selectors class-attribute instance-attribute
advanced_event_selectors: list[AdvancedEventSelector] | None = None

The advanced event selectors that were used to select events for the data store.

created_timestamp class-attribute instance-attribute
created_timestamp: datetime | None = None

The timestamp of the event data store's creation.

event_data_store_arn class-attribute instance-attribute
event_data_store_arn: str | None = None

The ARN of the event data store.

multi_region_enabled class-attribute instance-attribute
multi_region_enabled: bool | None = None

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

name class-attribute instance-attribute
name: str | None = None

The name of the event data store.

organization_enabled class-attribute instance-attribute
organization_enabled: bool | None = None

Indicates that an event data store is collecting logged events for an organization.

retention_period class-attribute instance-attribute
retention_period: int | None = None

The retention period, in days.

status class-attribute instance-attribute
status: EventDataStoreStatus | None = None

The status of an event data store.

termination_protection_enabled class-attribute instance-attribute
termination_protection_enabled: bool | None = None

Indicates whether the event data store is protected from termination.

updated_timestamp class-attribute instance-attribute
updated_timestamp: datetime | None = None

The timestamp showing when an event data store was updated, if applicable. UpdatedTimestamp is always either the same or newer than the time shown in CreatedTimestamp.