EventDataStore

class EventDataStore : KotlinCustomResource

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 from the last 90 to 2555 days (about three months to up to seven years).

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
val id: Output<String>
Link copied to clipboard

Indicates whether the event data store is ingesting events.

Link copied to clipboard
val kmsKeyId: Output<String>?

Specifies the KMS key ID to use to encrypt the events delivered by CloudTrail. The value can be an alias name prefixed by 'alias/', a fully specified ARN to an alias, a fully specified ARN to a key, or a globally unique identifier.

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: Output<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
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val retentionPeriod: Output<Int>?

The retention period, in days.

Link copied to clipboard
val status: Output<String>

The status of an event data store. Values are STARTING_INGESTION, ENABLED, STOPPING_INGESTION, STOPPED_INGESTION and PENDING_DELETION.

Link copied to clipboard
val tags: Output<List<EventDataStoreTag>>?
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.

Link copied to clipboard
val urn: Output<String>