Class CfnEventSubscriptionMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnEventSubscriptionMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnEventSubscriptionMixinProps
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.dms.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 ObjectIndicates whether to activate the subscription.A list of event categories for a source type that you want to subscribe to.final StringThe Amazon Resource Name (ARN) of the Amazon SNS topic created for event notification.A list of identifiers for which AWS DMS provides notification events.final StringThe type of AWS DMS resource that generates the events.final StringThe name of the AWS DMS event notification subscription.getTags()One or more tags to be assigned to the event 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 theCfnEventSubscriptionMixinProps.Builder.
-
-
Method Details
-
getEnabled
Description copied from interface:CfnEventSubscriptionMixinPropsIndicates whether to activate the subscription.If you don't specify this property, CloudFormation activates the subscription.
Returns union: either
BooleanorIResolvable- Specified by:
getEnabledin interfaceCfnEventSubscriptionMixinProps- See Also:
-
getEventCategories
Description copied from interface:CfnEventSubscriptionMixinPropsA list of event categories for a source type that you want to subscribe to.If you don't specify this property, you are notified about all event categories. For more information, see Working with Events and Notifications in the AWS DMS User Guide .
- Specified by:
getEventCategoriesin interfaceCfnEventSubscriptionMixinProps- See Also:
-
getSnsTopicArn
Description copied from interface:CfnEventSubscriptionMixinPropsThe Amazon Resource Name (ARN) of the Amazon SNS topic created for event notification.The ARN is created by Amazon SNS when you create a topic and subscribe to it.
- Specified by:
getSnsTopicArnin interfaceCfnEventSubscriptionMixinProps- See Also:
-
getSourceIds
Description copied from interface:CfnEventSubscriptionMixinPropsA list of identifiers for which AWS DMS provides notification events.If you don't specify a value, notifications are provided for all sources.
If you specify multiple values, they must be of the same type. For example, if you specify a database instance ID, then all of the other values must be database instance IDs.
- Specified by:
getSourceIdsin interfaceCfnEventSubscriptionMixinProps- See Also:
-
getSourceType
Description copied from interface:CfnEventSubscriptionMixinPropsThe type of AWS DMS resource that generates the events.For example, if you want to be notified of events generated by a replication instance, you set this parameter to
replication-instance. If this value isn't specified, all events are returned.Valid values :
replication-instance|replication-task- Specified by:
getSourceTypein interfaceCfnEventSubscriptionMixinProps- See Also:
-
getSubscriptionName
Description copied from interface:CfnEventSubscriptionMixinPropsThe name of the AWS DMS event notification subscription.This name must be less than 255 characters.
- Specified by:
getSubscriptionNamein interfaceCfnEventSubscriptionMixinProps- See Also:
-
getTags
Description copied from interface:CfnEventSubscriptionMixinPropsOne or more tags to be assigned to the event subscription.- 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()
-