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

TransformProcessingConfig

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

The processing configuration for the given transform property. You can configure transforms to be kept at the edge or forwarded to the Amazon Web Services Cloud. You can also configure transforms to be computed at the edge or in the cloud.

interface TransformProcessingConfig {
computeLocation: ComputeLocation;
forwardingConfig?: ForwardingConfig | null;
}

§Properties

§
computeLocation: ComputeLocation
[src]

The compute location for the given transform property.

§
forwardingConfig?: ForwardingConfig | null
[src]