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

MetricProcessingConfig

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

The processing configuration for the given metric property. You can configure metrics to be computed at the edge or in the Amazon Web Services Cloud. By default, metrics are forwarded to the cloud.

interface MetricProcessingConfig {
computeLocation: ComputeLocation;
}

§Properties

§
computeLocation: ComputeLocation
[src]

The compute location for the given metric property.