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

KinesisStreamsOutputUpdate

import type { KinesisStreamsOutputUpdate } from "https://aws-api.deno.dev/v0.4/services/kinesisanalytics.ts?docs=full";

When updating an output configuration using the UpdateApplication operation, provides information about an Amazon Kinesis stream configured as the destination.

interface KinesisStreamsOutputUpdate {
ResourceARNUpdate?: string | null;
RoleARNUpdate?: string | null;
}

§Properties

§
ResourceARNUpdate?: string | null
[src]

Amazon Resource Name (ARN) of the Amazon Kinesis stream where you want to write the output.

§
RoleARNUpdate?: string | null
[src]

ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf. You need to grant the necessary permissions to this role.