Class CfnNotificationChannel.NotificationFilterConfigProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.devopsguru.CfnNotificationChannel.NotificationFilterConfigProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnNotificationChannel.NotificationFilterConfigProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnNotificationChannel.NotificationFilterConfigProperty
@Stability(Stable)
@Internal
public static final class CfnNotificationChannel.NotificationFilterConfigProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnNotificationChannel.NotificationFilterConfigProperty
An implementation for
CfnNotificationChannel.NotificationFilterConfigProperty-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.devopsguru.CfnNotificationChannel.NotificationFilterConfigProperty
CfnNotificationChannel.NotificationFilterConfigProperty.Builder, CfnNotificationChannel.NotificationFilterConfigProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnNotificationChannel.NotificationFilterConfigProperty.Builder.protectedJsii$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.JsonNodefinal booleanThe events that you want to receive notifications for.The severity levels that you want to receive notifications for.final inthashCode()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 theCfnNotificationChannel.NotificationFilterConfigProperty.Builder.
-
-
Method Details
-
getMessageTypes
Description copied from interface:CfnNotificationChannel.NotificationFilterConfigPropertyThe events that you want to receive notifications for.For example, you can choose to receive notifications only when the severity level is upgraded or a new insight is created.
- Specified by:
getMessageTypesin interfaceCfnNotificationChannel.NotificationFilterConfigProperty- See Also:
-
getSeverities
Description copied from interface:CfnNotificationChannel.NotificationFilterConfigPropertyThe severity levels that you want to receive notifications for.For example, you can choose to receive notifications only for insights with
HIGHandMEDIUMseverity levels. For more information, see Understanding insight severities .- Specified by:
getSeveritiesin interfaceCfnNotificationChannel.NotificationFilterConfigProperty- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-