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.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.devopsguru.CfnNotificationChannel.NotificationFilterConfigProperty
CfnNotificationChannel.NotificationFilterConfigProperty.Builder, CfnNotificationChannel.NotificationFilterConfigProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnNotificationChannel.NotificationFilterConfigProperty.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
The events that you want to receive notifications for.The severity levels that you want to receive notifications for.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 theCfnNotificationChannel.NotificationFilterConfigProperty.Builder
.
-
-
Method Details
-
getMessageTypes
Description copied from interface:CfnNotificationChannel.NotificationFilterConfigProperty
The 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:
getMessageTypes
in interfaceCfnNotificationChannel.NotificationFilterConfigProperty
-
getSeverities
Description copied from interface:CfnNotificationChannel.NotificationFilterConfigProperty
The severity levels that you want to receive notifications for.For example, you can choose to receive notifications only for insights with
HIGH
andMEDIUM
severity levels. For more information, see Understanding insight severities .- Specified by:
getSeverities
in interfaceCfnNotificationChannel.NotificationFilterConfigProperty
-
$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()
-