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 the application output configuration, which includes the in-application stream name and the destination where the stream data is written. The destination can be an Amazon Kinesis stream or an Amazon Kinesis Firehose delivery stream.

Inheritance Hierarchy

System.Object
  Amazon.KinesisAnalytics.Model.OutputDescription

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

Syntax

C#
public class OutputDescription

The OutputDescription type exposes the following members

Constructors

NameDescription
Public Method OutputDescription()

Properties

NameTypeDescription
Public Property DestinationSchema Amazon.KinesisAnalytics.Model.DestinationSchema

Gets and sets the property DestinationSchema.

Data format used for writing data to the destination.

Public Property KinesisFirehoseOutputDescription Amazon.KinesisAnalytics.Model.KinesisFirehoseOutputDescription

Gets and sets the property KinesisFirehoseOutputDescription.

Describes the Amazon Kinesis Firehose delivery stream configured as the destination where output is written.

Public Property KinesisStreamsOutputDescription Amazon.KinesisAnalytics.Model.KinesisStreamsOutputDescription

Gets and sets the property KinesisStreamsOutputDescription.

Describes Amazon Kinesis stream configured as the destination where output is written.

Public Property LambdaOutputDescription Amazon.KinesisAnalytics.Model.LambdaOutputDescription

Gets and sets the property LambdaOutputDescription.

Describes the AWS Lambda function configured as the destination where output is written.

Public Property Name System.String

Gets and sets the property Name.

Name of the in-application stream configured as output.

Public Property OutputId System.String

Gets and sets the property OutputId.

A unique identifier for the output configuration.

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