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

CreateTopicRuleRequest

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

The input for the CreateTopicRule operation.

interface CreateTopicRuleRequest {
ruleName: string;
tags?: string | null;
topicRulePayload: TopicRulePayload;
}

§Properties

§
ruleName: string
[src]

The name of the rule.

§
tags?: string | null
[src]

Metadata which can be used to manage the topic rule.

Note: For URI Request parameters use format: ...key1=value1&key2=value2... For the CLI command-line parameter use format: --tags "key1=value1&key2=value2..." For the cli-input-json file use format: "tags": "key1=value1&key2=value2..."

§
topicRulePayload: TopicRulePayload
[src]

The rule payload.