Values.ScheduledQueryDestinationSourceInformation about a destination where scheduled query results are processed, including processing status and any error messages.
type nonrec t = {destinationType : ScheduledQueryDestinationType.t option;The type of destination for query results.
*)destinationIdentifier : String_.t option;The identifier for the destination where results are delivered.
*)status : ActionStatus.t option;The processing status of the destination delivery.
*)processedIdentifier : String_.t option;The identifier of the processed result at the destination.
*)errorMessage : String_.t option;Error message if destination processing failed.
*)}