toggle menu
pulumi-aws-kotlin
5.43.0.1
jvm
switch theme
search in API
pulumi-aws-kotlin
/
com.pulumi.aws.xray.kotlin.outputs
/
GroupInsightsConfiguration
Group
Insights
Configuration
data
class
GroupInsightsConfiguration
(
val
insightsEnabled
:
Boolean
,
val
notificationsEnabled
:
Boolean
?
=
null
)
Members
Constructors
Group
Insights
Configuration
Link copied to clipboard
constructor
(
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.