pulumi-aws-kotlin
5.29.1.1
pulumi-aws-kotlin
/
com.pulumi.aws.xray.kotlin.outputs
/
GroupInsightsConfiguration
Group
Insights
Configuration
data
class
GroupInsightsConfiguration
(
val
insightsEnabled
:
Boolean
,
val
notificationsEnabled
:
Boolean
?
=
null
)
Types
Constructors
Properties
Constructors
Group
Insights
Configuration
Link copied to clipboard
fun
GroupInsightsConfiguration
(
insightsEnabled
:
Boolean
,
notificationsEnabled
:
Boolean
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
insights
Enabled
Link copied to clipboard
val
insightsEnabled
:
Boolean
Specifies whether insights are enabled.
notifications
Enabled
Link copied to clipboard
val
notificationsEnabled
:
Boolean
?
=
null
Specifies whether insight notifications are enabled.