Values.EventSubscriptionSourceDetailed information about an event to which you have subscribed.
type nonrec t = {customerAwsId : String_.t option;The Amazon Web Services customer account that is associated with the Amazon DocumentDB event notification subscription.
*)custSubscriptionId : String_.t option;The Amazon DocumentDB event notification subscription ID.
*)snsTopicArn : String_.t option;The topic ARN of the Amazon DocumentDB event notification subscription.
*)status : String_.t option;The status of the Amazon DocumentDB event notification subscription. Constraints: Can be one of the following: creating, modifying, deleting, active, no-permission, topic-not-exist The no-permission status indicates that Amazon DocumentDB no longer has permission to post to the SNS topic. The topic-not-exist status indicates that the topic was deleted after the subscription was created.
*)subscriptionCreationTime : String_.t option;The time at which the Amazon DocumentDB event notification subscription was created.
*)sourceType : String_.t option;The source type for the Amazon DocumentDB event notification subscription.
*)sourceIdsList : SourceIdsList.t option;A list of source IDs for the Amazon DocumentDB event notification subscription.
*)eventCategoriesList : EventCategoriesList.t option;A list of event categories for the Amazon DocumentDB event notification subscription.
*)enabled : Boolean.t option;A Boolean value indicating whether the subscription is enabled. A value of true indicates that the subscription is enabled.
*)eventSubscriptionArn : String_.t option;The Amazon Resource Name (ARN) for the event subscription.
*)}