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

MeasurementProcessingConfig

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

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.

interface MeasurementProcessingConfig {
forwardingConfig: ForwardingConfig;
}

§Properties

§
forwardingConfig: ForwardingConfig
[src]

The forwarding configuration for the given measurement property.