Uses of Class
software.amazon.awscdk.services.rds.CfnEventSubscription.Builder
Packages that use CfnEventSubscription.Builder
Package
Description
Amazon Relational Database Service Construct Library
-
Uses of CfnEventSubscription.Builder in software.amazon.awscdk.services.rds
Methods in software.amazon.awscdk.services.rds that return CfnEventSubscription.BuilderModifier and TypeMethodDescriptionstatic CfnEventSubscription.BuilderSpecifies whether to activate the subscription.CfnEventSubscription.Builder.enabled(IResolvable enabled) Specifies whether to activate the subscription.CfnEventSubscription.Builder.eventCategories(List<String> eventCategories) A list of event categories for a particular source type (SourceType) that you want to subscribe to.CfnEventSubscription.Builder.snsTopicArn(String snsTopicArn) The Amazon Resource Name (ARN) of the SNS topic created for event notification.CfnEventSubscription.Builder.snsTopicArn(ITopicRef snsTopicArn) The Amazon Resource Name (ARN) of the SNS topic created for event notification.The list of identifiers of the event sources for which events are returned.CfnEventSubscription.Builder.sourceType(String sourceType) The type of source that is generating the events.CfnEventSubscription.Builder.subscriptionName(String subscriptionName) The name of the subscription.An optional array of key-value pairs to apply to this subscription.