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

TimestreamDimension

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

Metadata attributes of the time series that are written in each measure record.

interface TimestreamDimension {
name: string;
value: string;
}

§Properties

§
name: string
[src]

The metadata dimension name. This is the name of the column in the Amazon Timestream database table record.

Dimensions cannot be named: measure_name, measure_value, or time. These names are reserved. Dimension names cannot start with ts_ or measure_value and they cannot contain the colon (:) character.

§
value: string
[src]

The value to write in this column of the database record.