GroupInsightsConfigurationArgs

data class GroupInsightsConfigurationArgs(val insightsEnabled: Output<Boolean>? = null, val notificationsEnabled: Output<Boolean>? = null) : ConvertibleToJava<GroupInsightsConfigurationArgs>

Constructors

Link copied to clipboard
constructor(insightsEnabled: Output<Boolean>? = null, notificationsEnabled: Output<Boolean>? = null)

Properties

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

Set the InsightsEnabled value to true to enable insights or false to disable insights.

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

Set the NotificationsEnabled value to true to enable insights notifications. Notifications can only be enabled on a group with InsightsEnabled set to true.

Functions

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