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.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.neptune.CfnEventSubscriptionProps
CfnEventSubscriptionProps.Builder, CfnEventSubscriptionProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnEventSubscriptionProps.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
final Object
A Boolean value indicating if the subscription is enabled.final String
The topic ARN of the event notification subscription.final String
The source type for the event notification subscription.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 theCfnEventSubscriptionProps.Builder
.
-
-
Method Details
-
getEnabled
Description copied from interface:CfnEventSubscriptionProps
A Boolean value indicating if the subscription is enabled.True indicates the subscription is enabled.
- Specified by:
getEnabled
in interfaceCfnEventSubscriptionProps
- See Also:
-
getEventCategories
- Specified by:
getEventCategories
in interfaceCfnEventSubscriptionProps
- See Also:
-
getSnsTopicArn
Description copied from interface:CfnEventSubscriptionProps
The topic ARN of the event notification subscription.- Specified by:
getSnsTopicArn
in interfaceCfnEventSubscriptionProps
- See Also:
-
getSourceIds
- Specified by:
getSourceIds
in interfaceCfnEventSubscriptionProps
- See Also:
-
getSourceType
Description copied from interface:CfnEventSubscriptionProps
The source type for the event notification subscription.- Specified by:
getSourceType
in interfaceCfnEventSubscriptionProps
- See Also:
-
$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()
-