Values.KinesisDataStreamDestinationSourceDescribes a Kinesis data stream destination.
type nonrec t = {streamArn : StreamArn.t option;The ARN for a specific Kinesis data stream.
*)destinationStatus : DestinationStatus.t option;The current status of replication.
*)destinationStatusDescription : String_.t option;The human-readable string that corresponds to the replica status.
*)approximateCreationDateTimePrecision : ApproximateCreationDateTimePrecision.t
option;The precision of the Kinesis data stream timestamp. The values are either MILLISECOND or MICROSECOND.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of StreamArn.t ]) list ]