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

OutputUpdate

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

For a SQL-based Kinesis Data Analytics application, describes updates to the output configuration identified by the OutputId.

interface OutputUpdate {
DestinationSchemaUpdate?: DestinationSchema | null;
KinesisFirehoseOutputUpdate?: KinesisFirehoseOutputUpdate | null;
KinesisStreamsOutputUpdate?: KinesisStreamsOutputUpdate | null;
LambdaOutputUpdate?: LambdaOutputUpdate | null;
NameUpdate?: string | null;
OutputId: string;
}

§Properties

§
DestinationSchemaUpdate?: DestinationSchema | null
[src]

Describes the data format when records are written to the destination.

§
KinesisFirehoseOutputUpdate?: KinesisFirehoseOutputUpdate | null
[src]

Describes a Kinesis Data Firehose delivery stream as the destination for the output.

§
KinesisStreamsOutputUpdate?: KinesisStreamsOutputUpdate | null
[src]

Describes a Kinesis data stream as the destination for the output.

§
LambdaOutputUpdate?: LambdaOutputUpdate | null
[src]

Describes an Amazon Lambda function as the destination for the output.

§
NameUpdate?: string | null
[src]

If you want to specify a different in-application stream for this output configuration, use this field to specify the new in-application stream name.

§
OutputId: string
[src]

Identifies the specific output configuration that you want to update.