Class CfnNotificationConfigurationMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.notifications.CfnNotificationConfigurationMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnNotificationConfigurationMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnNotificationConfigurationMixinProps
@Stability(Stable)
@Internal
public static final class CfnNotificationConfigurationMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnNotificationConfigurationMixinProps
An implementation for
CfnNotificationConfigurationMixinProps-
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.cfnpropertymixins.services.notifications.CfnNotificationConfigurationMixinProps
CfnNotificationConfigurationMixinProps.Builder, CfnNotificationConfigurationMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnNotificationConfigurationMixinProps.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 theCfnNotificationConfigurationMixinProps.Builder.
-
-
Method Details
-
getAggregationDuration
Description copied from interface:CfnNotificationConfigurationMixinPropsThe 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 interfaceCfnNotificationConfigurationMixinProps- See Also:
-
getDescription
Description copied from interface:CfnNotificationConfigurationMixinPropsThe description of theNotificationConfiguration.- Specified by:
getDescriptionin interfaceCfnNotificationConfigurationMixinProps- See Also:
-
getName
Description copied from interface:CfnNotificationConfigurationMixinPropsThe name of theNotificationConfiguration.Supports RFC 3986's unreserved characters.
- Specified by:
getNamein interfaceCfnNotificationConfigurationMixinProps- See Also:
-
getTags
Description copied from interface:CfnNotificationConfigurationMixinPropsA map of tags assigned to aNotificationConfiguration.- Specified by:
getTagsin interfaceCfnNotificationConfigurationMixinProps- 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()
-