AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Describes updates to the output configuration identified by the OutputId.

Inheritance Hierarchy

System.Object
  Amazon.KinesisAnalytics.Model.OutputUpdate

Namespace: Amazon.KinesisAnalytics.Model
Assembly: AWSSDK.KinesisAnalytics.dll
Version: 3.x.y.z

Syntax

C#
public class OutputUpdate

The OutputUpdate type exposes the following members

Constructors

NameDescription
Public Method OutputUpdate()

Properties

NameTypeDescription
Public Property DestinationSchemaUpdate Amazon.KinesisAnalytics.Model.DestinationSchema

Gets and sets the property DestinationSchemaUpdate.

Describes the data format when records are written to the destination. For more information, see Configuring Application Output.

Public Property KinesisFirehoseOutputUpdate Amazon.KinesisAnalytics.Model.KinesisFirehoseOutputUpdate

Gets and sets the property KinesisFirehoseOutputUpdate.

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

Public Property KinesisStreamsOutputUpdate Amazon.KinesisAnalytics.Model.KinesisStreamsOutputUpdate

Gets and sets the property KinesisStreamsOutputUpdate.

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

Public Property LambdaOutputUpdate Amazon.KinesisAnalytics.Model.LambdaOutputUpdate

Gets and sets the property LambdaOutputUpdate.

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

Public Property NameUpdate System.String

Gets and sets the property NameUpdate.

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.

Public Property OutputId System.String

Gets and sets the property OutputId.

Identifies the specific output configuration that you want to update.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5