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

AssetCompositeModel

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

Contains information about a composite model in an asset. This object contains the asset's properties that you define in the composite model.

interface AssetCompositeModel {
description?: string | null;
name: string;
properties: AssetProperty[];
type: string;
}

§Properties

§
description?: string | null
[src]

The description of the composite model.

§
name: string
[src]

The name of the composite model.

§
properties: AssetProperty[]
[src]

The asset properties that this composite model defines.

§
type: string
[src]

The type of the composite model. For alarm composite models, this type is AWS/ALARM.