EventDataStoreInsightSelectorArgs

data class EventDataStoreInsightSelectorArgs(val insightType: Output<String>? = null) : ConvertibleToJava<EventDataStoreInsightSelectorArgs>

A string that contains Insights types that are logged on an event data store.

Constructors

Link copied to clipboard
constructor(insightType: Output<String>? = null)

Properties

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

The type of Insights to log on an event data store.

Functions

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