@Stability(value=Stable)
public static interface CfnGroup.InsightsConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
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();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnGroup.InsightsConfigurationProperty.Builder
A builder for
CfnGroup.InsightsConfigurationProperty |
static class |
CfnGroup.InsightsConfigurationProperty.Jsii$Proxy
An implementation for
CfnGroup.InsightsConfigurationProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnGroup.InsightsConfigurationProperty.Builder |
builder() |
default Object |
getInsightsEnabled()
Set the InsightsEnabled value to true to enable insights or false to disable insights.
|
default Object |
getNotificationsEnabled()
Set the NotificationsEnabled value to true to enable insights notifications.
|
@Stability(value=Stable) @Nullable default Object getInsightsEnabled()
@Stability(value=Stable) @Nullable default Object getNotificationsEnabled()
Notifications can only be enabled on a group with InsightsEnabled set to true.
@Stability(value=Stable) static CfnGroup.InsightsConfigurationProperty.Builder builder()
Copyright © 2022. All rights reserved.