GroupInsightsConfigurationArgs

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

Constructors

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

Properties

Link copied to clipboard

Specifies whether insights are enabled.

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

Specifies whether insight notifications are enabled.

Functions

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