Class CfnGroup.InsightsConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.xray.CfnGroup.InsightsConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnGroup.InsightsConfigurationProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnGroup.InsightsConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnGroup.InsightsConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnGroup.InsightsConfigurationProperty
An implementation for
CfnGroup.InsightsConfigurationProperty
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.xray.CfnGroup.InsightsConfigurationProperty
CfnGroup.InsightsConfigurationProperty.Builder, CfnGroup.InsightsConfigurationProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnGroup.InsightsConfigurationProperty.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
final boolean
final Object
Set the InsightsEnabled value to true to enable insights or false to disable insights.final Object
Set the NotificationsEnabled value to true to enable insights notifications.final int
hashCode()
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef
- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnGroup.InsightsConfigurationProperty.Builder
.
-
-
Method Details
-
getInsightsEnabled
Description copied from interface:CfnGroup.InsightsConfigurationProperty
Set the InsightsEnabled value to true to enable insights or false to disable insights.- Specified by:
getInsightsEnabled
in interfaceCfnGroup.InsightsConfigurationProperty
-
getNotificationsEnabled
Description copied from interface:CfnGroup.InsightsConfigurationProperty
Set the NotificationsEnabled value to true to enable insights notifications.Notifications can only be enabled on a group with InsightsEnabled set to true.
- Specified by:
getNotificationsEnabled
in interfaceCfnGroup.InsightsConfigurationProperty
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-