EventDataStoreArgs

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)