class Aws::KinesisAnalytics::Types::OutputDescription

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.

@!attribute [rw] output_id

A unique identifier for the output configuration.
@return [String]

@!attribute [rw] name

Name of the in-application stream configured as output.
@return [String]

@!attribute [rw] kinesis_streams_output_description

Describes Amazon Kinesis stream configured as the destination where
output is written.
@return [Types::KinesisStreamsOutputDescription]

@!attribute [rw] kinesis_firehose_output_description

Describes the Amazon Kinesis Firehose delivery stream configured as
the destination where output is written.
@return [Types::KinesisFirehoseOutputDescription]

@!attribute [rw] lambda_output_description

Describes the AWS Lambda function configured as the destination
where output is written.
@return [Types::LambdaOutputDescription]

@!attribute [rw] destination_schema

Data format used for writing data to the destination.
@return [Types::DestinationSchema]

@see docs.aws.amazon.com/goto/WebAPI/kinesisanalytics-2015-08-14/OutputDescription AWS API Documentation

Constants

SENSITIVE