Class CfnNotificationConfigurationProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.notifications.CfnNotificationConfigurationProps.Jsii$Proxy
- All Implemented Interfaces:
CfnNotificationConfigurationProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnNotificationConfigurationProps
@Stability(Stable)
@Internal
public static final class CfnNotificationConfigurationProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnNotificationConfigurationProps
An implementation for
CfnNotificationConfigurationProps-
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.notifications.CfnNotificationConfigurationProps
CfnNotificationConfigurationProps.Builder, CfnNotificationConfigurationProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnNotificationConfigurationProps.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 booleanfinal StringThe aggregation preference of theNotificationConfiguration.final StringThe description of theNotificationConfiguration.final StringgetName()The name of theNotificationConfiguration.getTags()A map of tags assigned to aNotificationConfiguration.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 theCfnNotificationConfigurationProps.Builder.
-
-
Method Details
-
getDescription
Description copied from interface:CfnNotificationConfigurationPropsThe description of theNotificationConfiguration.- Specified by:
getDescriptionin interfaceCfnNotificationConfigurationProps- See Also:
-
getName
Description copied from interface:CfnNotificationConfigurationPropsThe name of theNotificationConfiguration.Supports RFC 3986's unreserved characters.
- Specified by:
getNamein interfaceCfnNotificationConfigurationProps- See Also:
-
getAggregationDuration
Description copied from interface:CfnNotificationConfigurationPropsThe aggregation preference of theNotificationConfiguration.- Values:
LONG- Aggregate notifications for long periods of time (12 hours).
SHORT- Aggregate notifications for short periods of time (5 minutes).
NONE- Don't aggregate notifications.
- Specified by:
getAggregationDurationin interfaceCfnNotificationConfigurationProps- See Also:
-
getTags
Description copied from interface:CfnNotificationConfigurationPropsA map of tags assigned to aNotificationConfiguration.- Specified by:
getTagsin interfaceCfnNotificationConfigurationProps- 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()
-