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 application output configuration in which you identify an in-application stream and a destination where you want the in-application stream data to be written. The destination can be an Amazon Kinesis stream or an Amazon Kinesis Firehose delivery stream.

For limits on how many destinations an application can write and other limitations, see Limits.

Inheritance Hierarchy

System.Object
  Amazon.KinesisAnalytics.Model.Output

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

Syntax

C#
public class Output

The Output type exposes the following members

Constructors

NameDescription
Public Method Output()

Properties

NameTypeDescription
Public Property DestinationSchema Amazon.KinesisAnalytics.Model.DestinationSchema

Gets and sets the property DestinationSchema.

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

Public Property KinesisFirehoseOutput Amazon.KinesisAnalytics.Model.KinesisFirehoseOutput

Gets and sets the property KinesisFirehoseOutput.

Identifies an Amazon Kinesis Firehose delivery stream as the destination.

Public Property KinesisStreamsOutput Amazon.KinesisAnalytics.Model.KinesisStreamsOutput

Gets and sets the property KinesisStreamsOutput.

Identifies an Amazon Kinesis stream as the destination.

Public Property LambdaOutput Amazon.KinesisAnalytics.Model.LambdaOutput

Gets and sets the property LambdaOutput.

Identifies an AWS Lambda function as the destination.

Public Property Name System.String

Gets and sets the property Name.

Name of the in-application stream.

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