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

Measurement

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

Contains an asset measurement property. For more information, see Measurements in the IoT SiteWise User Guide.

interface Measurement {
processingConfig?: MeasurementProcessingConfig | null;
}

§Properties

§
processingConfig?: MeasurementProcessingConfig | null
[src]

The processing configuration for the given measurement property. You can configure measurements to be kept at the edge or forwarded to the Amazon Web Services Cloud. By default, measurements are forwarded to the cloud.