Class CfnEventSubscriptionProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.neptune.CfnEventSubscriptionProps.Jsii$Proxy
- All Implemented Interfaces:
CfnEventSubscriptionProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnEventSubscriptionProps
@Stability(Stable)
@Internal
public static final class CfnEventSubscriptionProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnEventSubscriptionProps
An implementation for
CfnEventSubscriptionProps-
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.neptune.CfnEventSubscriptionProps
CfnEventSubscriptionProps.Builder, CfnEventSubscriptionProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnEventSubscriptionProps.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 ObjectA Boolean value indicating if the subscription is enabled.final StringThe topic ARN of the event notification subscription.final StringThe source type for the event notification subscription.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 theCfnEventSubscriptionProps.Builder.
-
-
Method Details
-
getEnabled
Description copied from interface:CfnEventSubscriptionPropsA Boolean value indicating if the subscription is enabled.True indicates the subscription is enabled.
- Specified by:
getEnabledin interfaceCfnEventSubscriptionProps- See Also:
-
getEventCategories
- Specified by:
getEventCategoriesin interfaceCfnEventSubscriptionProps- See Also:
-
getSnsTopicArn
Description copied from interface:CfnEventSubscriptionPropsThe topic ARN of the event notification subscription.- Specified by:
getSnsTopicArnin interfaceCfnEventSubscriptionProps- See Also:
-
getSourceIds
- Specified by:
getSourceIdsin interfaceCfnEventSubscriptionProps- See Also:
-
getSourceType
Description copied from interface:CfnEventSubscriptionPropsThe source type for the event notification subscription.- Specified by:
getSourceTypein interfaceCfnEventSubscriptionProps- 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()
-