Values.EventSubscriptionSourceContains the results of a successful invocation of the DescribeEventSubscriptions action.
type nonrec t = {customerAwsId : String_.t option;The Amazon customer account associated with the event notification subscription.
*)custSubscriptionId : String_.t option;The event notification subscription Id.
*)snsTopicArn : String_.t option;The topic ARN of the event notification subscription.
*)status : String_.t option;The status of the event notification subscription. Constraints: Can be one of the following: creating | modifying | deleting | active | no-permission | topic-not-exist The status "no-permission" indicates that Neptune no longer has permission to post to the SNS topic. The status "topic-not-exist" indicates that the topic was deleted after the subscription was created.
*)subscriptionCreationTime : String_.t option;The time the event notification subscription was created.
*)sourceType : String_.t option;The source type for the event notification subscription.
*)sourceIdsList : SourceIdsList.t option;A list of source IDs for the event notification subscription.
*)eventCategoriesList : EventCategoriesList.t option;A list of event categories for the event notification subscription.
*)enabled : Boolean.t option;A Boolean value indicating if the subscription is enabled. True indicates the subscription is enabled.
*)eventSubscriptionArn : String_.t option;The Amazon Resource Name (ARN) for the event subscription.
*)}