Values.EventSubscriptionSourceDescribes an event notification subscription created by the CreateEventSubscription operation.
type nonrec t = {customerAwsId : String_.t option;The Amazon Web Services customer account associated with the DMS event notification subscription.
*)custSubscriptionId : String_.t option;The DMS event notification subscription Id.
*)snsTopicArn : String_.t option;The topic ARN of the DMS event notification subscription.
*)status : String_.t option;The status of the DMS 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 DMS 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 DMS event notification subscription was created.
*)sourceType : String_.t option;The type of DMS resource that generates events. Valid values: replication-instance | replication-server | security-group | replication-task
*)sourceIdsList : SourceIdsList.t option;A list of source Ids for the event subscription.
*)eventCategoriesList : EventCategoriesList.t option;A lists of event categories.
*)enabled : Boolean.t option;Boolean value that indicates if the event subscription is enabled.
*)}