Uses of Class
software.amazon.awscdk.services.dms.CfnEventSubscription.Builder
Package
Description
AWS Database Migration Service Construct Library
-
Uses of CfnEventSubscription.Builder in software.amazon.awscdk.services.dms
Modifier and TypeMethodDescriptionstatic CfnEventSubscription.Builder
Indicates whether to activate the subscription.CfnEventSubscription.Builder.enabled
(IResolvable enabled) Indicates whether to activate the subscription.CfnEventSubscription.Builder.eventCategories
(List<String> eventCategories) A list of event categories for a source type that you want to subscribe to.CfnEventSubscription.Builder.snsTopicArn
(String snsTopicArn) The Amazon Resource Name (ARN) of the Amazon SNS topic created for event notification.A list of identifiers for which AWS DMS provides notification events.CfnEventSubscription.Builder.sourceType
(String sourceType) The type of AWS DMS resource that generates the events.CfnEventSubscription.Builder.subscriptionName
(String subscriptionName) The name of the AWS DMS event notification subscription.One or more tags to be assigned to the event subscription.