Values.EventDataStoreSourceA 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.
type nonrec t = {eventDataStoreArn : EventDataStoreArn.t option;The ARN of the event data store.
*)name : EventDataStoreName.t option;The name of the event data store.
*)terminationProtectionEnabled : TerminationProtectionEnabled.t option;Indicates whether the event data store is protected from termination.
*)status : EventDataStoreStatus.t option;The status of an event data store.
*)advancedEventSelectors : AdvancedEventSelectors.t option;The advanced event selectors that were used to select events for the data store.
*)multiRegionEnabled : Boolean.t option;Indicates whether the event data store includes events from all Regions, or only from the Region in which it was created.
*)organizationEnabled : Boolean.t option;Indicates that an event data store is collecting logged events for an organization.
*)retentionPeriod : RetentionPeriod.t option;The retention period, in days.
*)createdTimestamp : Date.t option;The timestamp of the event data store's creation.
*)updatedTimestamp : Date.t option;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.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of TerminationProtectionEnabled.t
| `Enum of string
| `Integer of RetentionPeriod.t
| `List of
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `List of
[> `String of OperatorValue.t ] list
| `String of SelectorField.t ])
list ]
list
| `String of SelectorName.t ])
list ]
list
| `String of EventDataStoreArn.t
| `Timestamp of Date.t ])
list ]