Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.docdb.CfnEventSubscriptionPropsMixin.Builder
Packages that use CfnEventSubscriptionPropsMixin.Builder
-
Uses of CfnEventSubscriptionPropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.docdb
Methods in software.amazon.awscdk.cfnpropertymixins.services.docdb that return CfnEventSubscriptionPropsMixin.BuilderModifier and TypeMethodDescriptionCfnEventSubscriptionPropsMixin.Builder.create()CfnEventSubscriptionPropsMixin.Builder.create(CfnPropertyMixinOptions options) A Boolean value;CfnEventSubscriptionPropsMixin.Builder.enabled(IResolvable enabled) A Boolean value;CfnEventSubscriptionPropsMixin.Builder.eventCategories(List<String> eventCategories) A list of event categories for aSourceTypethat you want to subscribe to.CfnEventSubscriptionPropsMixin.Builder.snsTopicArn(String 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.