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

TopicRuleDestination

import type { TopicRuleDestination } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/iot.ts";
interface TopicRuleDestination {
arn?: string | null;
createdAt?: Date | number | null;
httpUrlProperties?: HttpUrlDestinationProperties | null;
lastUpdatedAt?: Date | number | null;
statusReason?: string | null;
vpcProperties?: VpcDestinationProperties | null;
}

§Properties

§
arn?: string | null
[src]
§
createdAt?: Date | number | null
[src]
§
httpUrlProperties?: HttpUrlDestinationProperties | null
[src]
§
lastUpdatedAt?: Date | number | null
[src]
§
statusReason?: string | null
[src]
§
vpcProperties?: VpcDestinationProperties | null
[src]