Event Data Store Args
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)