Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

TargetDestination

import type { TargetDestination } from "https://aws-api.deno.dev/v0.3/services/timestreamquery.ts?docs=full";

Destination details to write data for a target data source. Current supported data source is Timestream.

interface TargetDestination {
TimestreamDestination?: TimestreamDestination | null;
}

§Properties

§
TimestreamDestination?: TimestreamDestination | null
[src]

Query result destination details for Timestream data source.