EventDataStoreArgs

data class EventDataStoreArgs(val advancedEventSelectors: Output<List<EventDataStoreAdvancedEventSelectorArgs>>? = null, val ingestionEnabled: Output<Boolean>? = null, val kmsKeyId: Output<String>? = null, val multiRegionEnabled: Output<Boolean>? = null, val name: Output<String>? = null, val organizationEnabled: Output<Boolean>? = null, val retentionPeriod: Output<Int>? = null, val tags: Output<List<EventDataStoreTagArgs>>? = null, val terminationProtectionEnabled: Output<Boolean>? = null) : ConvertibleToJava<EventDataStoreArgs>

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).

Constructors

Link copied to clipboard
fun EventDataStoreArgs(advancedEventSelectors: Output<List<EventDataStoreAdvancedEventSelectorArgs>>? = null, ingestionEnabled: Output<Boolean>? = null, kmsKeyId: Output<String>? = null, multiRegionEnabled: Output<Boolean>? = null, name: Output<String>? = null, organizationEnabled: Output<Boolean>? = null, retentionPeriod: Output<Int>? = null, tags: Output<List<EventDataStoreTagArgs>>? = null, terminationProtectionEnabled: Output<Boolean>? = null)

Functions

Link copied to clipboard
open override fun toJava(): EventDataStoreArgs

Properties

Link copied to clipboard

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

Link copied to clipboard
val ingestionEnabled: Output<Boolean>? = null

Indicates whether the event data store is ingesting events.

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

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
val multiRegionEnabled: Output<Boolean>? = null

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>? = null

The name of the event data store.

Link copied to clipboard
val organizationEnabled: Output<Boolean>? = null

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

Link copied to clipboard
val retentionPeriod: Output<Int>? = null

The retention period, in days.

Link copied to clipboard
val tags: Output<List<EventDataStoreTagArgs>>? = null
Link copied to clipboard

Indicates whether the event data store is protected from termination.