Interface CfnGroup.InsightsConfigurationProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnGroup.InsightsConfigurationProperty.Jsii$Proxy
Enclosing class:
CfnGroup

@Stability(Stable) public static interface CfnGroup.InsightsConfigurationProperty extends software.amazon.jsii.JsiiSerializable
The structure containing configurations related to insights.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.services.xray.*;
 InsightsConfigurationProperty insightsConfigurationProperty = InsightsConfigurationProperty.builder()
         .insightsEnabled(false)
         .notificationsEnabled(false)
         .build();