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/kinesisanalytics.ts?docs=full";

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. For more information, see Configuring Application Output.

§
KinesisFirehoseOutputUpdate?: KinesisFirehoseOutputUpdate | null
[src]

Describes an Amazon Kinesis Firehose delivery stream as the destination for the output.

§
KinesisStreamsOutputUpdate?: KinesisStreamsOutputUpdate | null
[src]

Describes an Amazon Kinesis stream as the destination for the output.

§
LambdaOutputUpdate?: LambdaOutputUpdate | null
[src]

Describes an AWS 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.