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 SummaryNested classes/interfaces inherited from class software.amazon.jsii.JsiiObjectsoftware.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.notifications.CfnNotificationConfigurationPropsCfnNotificationConfigurationProps.Builder, CfnNotificationConfigurationProps.Jsii$Proxy
- 
Constructor SummaryConstructorsModifierConstructorDescriptionprotectedConstructor 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 SummaryModifier 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.JsiiObjectjsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
- 
Constructor Details- 
Jsii$Proxyprotected 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$ProxyConstructor that initializes the object based on literal property values passed by theCfnNotificationConfigurationProps.Builder.
 
- 
- 
Method Details- 
getDescriptionDescription copied from interface:CfnNotificationConfigurationPropsThe description of theNotificationConfiguration.- Specified by:
- getDescriptionin interface- CfnNotificationConfigurationProps
- See Also:
 
- 
getNameDescription copied from interface:CfnNotificationConfigurationPropsThe name of theNotificationConfiguration.Supports RFC 3986's unreserved characters. - Specified by:
- getNamein interface- CfnNotificationConfigurationProps
- See Also:
 
- 
getAggregationDurationDescription 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 interface- CfnNotificationConfigurationProps
- See Also:
 
- 
getTagsDescription copied from interface:CfnNotificationConfigurationPropsA map of tags assigned to aNotificationConfiguration.- Specified by:
- getTagsin interface- CfnNotificationConfigurationProps
- See Also:
 
- 
$jsii$toJson@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
- $jsii$toJsonin interface- software.amazon.jsii.JsiiSerializable
 
- 
equals
- 
hashCodepublic final int hashCode()
 
-