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

GetAssetPropertyValueRequest

import type { GetAssetPropertyValueRequest } from "https://aws-api.deno.dev/v0.3/services/iotsitewise.ts?docs=full";
interface GetAssetPropertyValueRequest {
assetId?: string | null;
propertyAlias?: string | null;
propertyId?: string | null;
}

§Properties

§
assetId?: string | null
[src]

The ID of the asset.

§
propertyAlias?: string | null
[src]

The alias that identifies the property, such as an OPC-UA server data stream path (for example, /company/windfarm/3/turbine/7/temperature). For more information, see Mapping industrial data streams to asset properties in the IoT SiteWise User Guide.

§
propertyId?: string | null
[src]

The ID of the asset property.