Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.rds.CfnEventSubscriptionPropsMixin.Builder
Packages that use CfnEventSubscriptionPropsMixin.Builder
-
Uses of CfnEventSubscriptionPropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.rds
Methods in software.amazon.awscdk.cfnpropertymixins.services.rds that return CfnEventSubscriptionPropsMixin.BuilderModifier and TypeMethodDescriptionCfnEventSubscriptionPropsMixin.Builder.create()CfnEventSubscriptionPropsMixin.Builder.create(CfnPropertyMixinOptions options) Specifies whether to activate the subscription.CfnEventSubscriptionPropsMixin.Builder.enabled(IResolvable enabled) Specifies whether to activate the subscription.CfnEventSubscriptionPropsMixin.Builder.eventCategories(List<String> eventCategories) A list of event categories for a particular source type (SourceType) that you want to subscribe to.CfnEventSubscriptionPropsMixin.Builder.snsTopicArn(String snsTopicArn) The Amazon Resource Name (ARN) of the SNS topic created for event notification.CfnEventSubscriptionPropsMixin.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.CfnEventSubscriptionPropsMixin.Builder.sourceType(String sourceType) The type of source that is generating the events.CfnEventSubscriptionPropsMixin.Builder.subscriptionName(String subscriptionName) The name of the subscription.An optional array of key-value pairs to apply to this subscription.