Class CfnEventSubscriptionMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.neptune.CfnEventSubscriptionMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnEventSubscriptionMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnEventSubscriptionMixinProps
@Stability(Stable)
@Internal
public static final class CfnEventSubscriptionMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnEventSubscriptionMixinProps
An implementation for
CfnEventSubscriptionMixinProps-
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.neptune.CfnEventSubscriptionMixinProps
CfnEventSubscriptionMixinProps.Builder, CfnEventSubscriptionMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnEventSubscriptionMixinProps.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.A list of event categories for a SourceType that you want to subscribe to.final StringThe topic ARN of the event notification subscription.The list of identifiers of the event sources for which events will be returned.final StringThe source type for the event notification subscription.final StringThe name of the subscription.getTags()An array of key-value pairs to apply to this resource.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 theCfnEventSubscriptionMixinProps.Builder.
-
-
Method Details
-
getEnabled
Description copied from interface:CfnEventSubscriptionMixinPropsA Boolean value indicating if the subscription is enabled.True indicates the subscription is enabled.
Returns union: either
BooleanorIResolvableDefault: - true
- Specified by:
getEnabledin interfaceCfnEventSubscriptionMixinProps- See Also:
-
getEventCategories
Description copied from interface:CfnEventSubscriptionMixinPropsA list of event categories for a SourceType that you want to subscribe to.You can see a list of the categories for a given SourceType in the Events topic in the Amazon Neptune User Guide or by using the DescribeEventCategories action.
- Specified by:
getEventCategoriesin interfaceCfnEventSubscriptionMixinProps- See Also:
-
getSnsTopicArn
Description copied from interface:CfnEventSubscriptionMixinPropsThe topic ARN of the event notification subscription.- Specified by:
getSnsTopicArnin interfaceCfnEventSubscriptionMixinProps- See Also:
-
getSourceIds
Description copied from interface:CfnEventSubscriptionMixinPropsThe list of identifiers of the event sources for which events will be returned.If not specified, then all sources are included in the response. An identifier must begin with a letter and must contain only ASCII letters, digits, and hyphens; it cannot end with a hyphen or contain two consecutive hyphens.
- Specified by:
getSourceIdsin interfaceCfnEventSubscriptionMixinProps- See Also:
-
getSourceType
Description copied from interface:CfnEventSubscriptionMixinPropsThe source type for the event notification subscription.- Specified by:
getSourceTypein interfaceCfnEventSubscriptionMixinProps- See Also:
-
getSubscriptionName
Description copied from interface:CfnEventSubscriptionMixinPropsThe name of the subscription.- Specified by:
getSubscriptionNamein interfaceCfnEventSubscriptionMixinProps- See Also:
-
getTags
Description copied from interface:CfnEventSubscriptionMixinPropsAn array of key-value pairs to apply to this resource.- Specified by:
getTagsin interfaceCfnEventSubscriptionMixinProps- 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()
-