EventDataStore

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.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard

The timestamp of the event data store's creation.

Link copied to clipboard

The ARN of the event data store.

Link copied to clipboard

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

Link copied to clipboard
val name: String?

The name of the event data store.

Link copied to clipboard

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

Link copied to clipboard

The retention period, in days.

Link copied to clipboard

The status of an event data store.

Link copied to clipboard

Indicates whether the event data store is protected from termination.

Link copied to clipboard

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.

Functions

Link copied to clipboard
inline fun copy(block: EventDataStore.Builder.() -> Unit = {}): EventDataStore
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String