Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.neptune.CfnEventSubscriptionPropsMixin.Builder
Packages that use CfnEventSubscriptionPropsMixin.Builder
-
Uses of CfnEventSubscriptionPropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.neptune
Methods in software.amazon.awscdk.cfnpropertymixins.services.neptune that return CfnEventSubscriptionPropsMixin.BuilderModifier and TypeMethodDescriptionCfnEventSubscriptionPropsMixin.Builder.create()CfnEventSubscriptionPropsMixin.Builder.create(CfnPropertyMixinOptions options) A Boolean value indicating if the subscription is enabled.CfnEventSubscriptionPropsMixin.Builder.enabled(IResolvable enabled) A Boolean value indicating if the subscription is enabled.CfnEventSubscriptionPropsMixin.Builder.eventCategories(List<String> eventCategories) A list of event categories for a SourceType that you want to subscribe to.CfnEventSubscriptionPropsMixin.Builder.snsTopicArn(String snsTopicArn) The topic ARN of the event notification subscription.The list of identifiers of the event sources for which events will be returned.CfnEventSubscriptionPropsMixin.Builder.sourceType(String sourceType) The source type for the event notification subscription.CfnEventSubscriptionPropsMixin.Builder.subscriptionName(String subscriptionName) The name of the subscription.An array of key-value pairs to apply to this resource.