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

PropertyNotification

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

Contains asset property value notification information. When the notification state is enabled, IoT SiteWise publishes property value updates to a unique MQTT topic. For more information, see Interacting with other services in the IoT SiteWise User Guide.

interface PropertyNotification {
topic: string;
}

§Properties

§

The current notification state.

§
topic: string
[src]

The MQTT topic to which IoT SiteWise publishes property value update notifications.