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();
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnGroup.InsightsConfigurationProperty
static final class
An implementation forCfnGroup.InsightsConfigurationProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getInsightsEnabled
Set the InsightsEnabled value to true to enable insights or false to disable insights. -
getNotificationsEnabled
Set the NotificationsEnabled value to true to enable insights notifications.Notifications can only be enabled on a group with InsightsEnabled set to true.
-
builder
-