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

AssetModelCompositeModel

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

Contains information about a composite model in an asset model. This object contains the asset property definitions that you define in the composite model.

interface AssetModelCompositeModel {
description?: string | null;
name: string;
properties?: AssetModelProperty[] | null;
type: string;
}

§Properties

§
description?: string | null
[src]

The description of the composite model.

§
name: string
[src]

The name of the composite model.

§
properties?: AssetModelProperty[] | null
[src]

The asset property definitions for this composite model.

§
type: string
[src]

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