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();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnGroup.InsightsConfigurationPropertystatic final classAn 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.Returns union: either
BooleanorIResolvable- See Also:
-
getNotificationsEnabled
Set the NotificationsEnabled value to true to enable insights notifications.Notifications can only be enabled on a group with InsightsEnabled set to true.
Returns union: either
BooleanorIResolvable- See Also:
-
builder
-