Values.DestinationSourceRepresents a cross-account destination that receives subscription log events.
type nonrec t = {destinationName : DestinationName.t option;The name of the destination.
*)targetArn : TargetArn.t option;The Amazon Resource Name (ARN) of the physical target where the log events are delivered (for example, a Kinesis stream).
*)roleArn : RoleArn.t option;A role for impersonation, used when delivering log events to the target.
*)accessPolicy : AccessPolicy.t option;An IAM policy document that governs which Amazon Web Services accounts can create subscription filters against this destination.
*)arn : Arn.t option;The ARN of this destination.
*)creationTime : Timestamp.t option;The creation time of the destination, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Long of Timestamp.t | `String of DestinationName.t ]) list ]