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

IotEventsDestinationConfiguration

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

Configuration information for delivery of dataset contents to IoT Events.

interface IotEventsDestinationConfiguration {
inputName: string;
roleArn: string;
}

§Properties

§
inputName: string
[src]

The name of the IoT Events input to which dataset contents are delivered.

§
roleArn: string
[src]

The ARN of the role that grants IoT Analytics permission to deliver dataset contents to an IoT Events input.