Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.dms.CfnEventSubscriptionPropsMixin.Builder
Packages that use CfnEventSubscriptionPropsMixin.Builder
-
Uses of CfnEventSubscriptionPropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.dms
Methods in software.amazon.awscdk.cfnpropertymixins.services.dms that return CfnEventSubscriptionPropsMixin.BuilderModifier and TypeMethodDescriptionCfnEventSubscriptionPropsMixin.Builder.create()CfnEventSubscriptionPropsMixin.Builder.create(CfnPropertyMixinOptions options) Indicates whether to activate the subscription.CfnEventSubscriptionPropsMixin.Builder.enabled(IResolvable enabled) Indicates whether to activate the subscription.CfnEventSubscriptionPropsMixin.Builder.eventCategories(List<String> eventCategories) A list of event categories for a source type that you want to subscribe to.CfnEventSubscriptionPropsMixin.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.CfnEventSubscriptionPropsMixin.Builder.sourceType(String sourceType) The type of AWS DMS resource that generates the events.CfnEventSubscriptionPropsMixin.Builder.subscriptionName(String subscriptionName) The name of the AWS DMS event notification subscription.One or more tags to be assigned to the event subscription.