insightSelectors

@JvmName(name = "dmbfauprvpdstdwf")
suspend fun insightSelectors(value: Output<List<EventDataStoreInsightSelectorArgs>>)
@JvmName(name = "mhxwwrdbjcofdtgc")
suspend fun insightSelectors(value: List<EventDataStoreInsightSelectorArgs>?)

Parameters

value

Lets you enable Insights event logging by specifying the Insights selectors that you want to enable on an existing event data store. Both InsightSelectors and InsightsDestination need to have a value in order to enable Insights events on an event data store.


@JvmName(name = "qieephlkgeovgwwt")
suspend fun insightSelectors(vararg values: Output<EventDataStoreInsightSelectorArgs>)


@JvmName(name = "mtlxfthhmsdcksee")
suspend fun insightSelectors(values: List<Output<EventDataStoreInsightSelectorArgs>>)
@JvmName(name = "jvbpcnenyxpvedtj")
suspend fun insightSelectors(vararg values: EventDataStoreInsightSelectorArgs)

Parameters

values

Lets you enable Insights event logging by specifying the Insights selectors that you want to enable on an existing event data store. Both InsightSelectors and InsightsDestination need to have a value in order to enable Insights events on an event data store.


@JvmName(name = "njnoltpkbmkkwxhj")
suspend fun insightSelectors(argument: List<suspend EventDataStoreInsightSelectorArgsBuilder.() -> Unit>)
@JvmName(name = "sgtjitchmihyvyrm")
suspend fun insightSelectors(vararg argument: suspend EventDataStoreInsightSelectorArgsBuilder.() -> Unit)
@JvmName(name = "wuowqawhdoecrumu")
suspend fun insightSelectors(argument: suspend EventDataStoreInsightSelectorArgsBuilder.() -> Unit)

Parameters

argument

Lets you enable Insights event logging by specifying the Insights selectors that you want to enable on an existing event data store. Both InsightSelectors and InsightsDestination need to have a value in order to enable Insights events on an event data store.