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

AssetModelCompositeModelDefinition

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

Contains a composite model definition in an asset model. This composite model definition is applied to all assets created from the asset model.

interface AssetModelCompositeModelDefinition {
description?: string | null;
name: string;
properties?: AssetModelPropertyDefinition[] | null;
type: string;
}

§Properties

§
description?: string | null
[src]

The description of the composite model.

§
name: string
[src]

The name of the composite model.

§
properties?: AssetModelPropertyDefinition[] | 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.