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

TopicRule

import type { TopicRule } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/iot.ts";
interface TopicRule {
actions?: Action[] | null;
awsIotSqlVersion?: string | null;
createdAt?: Date | number | null;
description?: string | null;
errorAction?: Action | null;
ruleDisabled?: boolean | null;
ruleName?: string | null;
sql?: string | null;
}

§Properties

§
actions?: Action[] | null
[src]
§
awsIotSqlVersion?: string | null
[src]
§
createdAt?: Date | number | null
[src]
§
description?: string | null
[src]
§
errorAction?: Action | null
[src]
§
ruleDisabled?: boolean | null
[src]
§
ruleName?: string | null
[src]
§
sql?: string | null
[src]