You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::KinesisAnalyticsV2::Types::Output
- Inherits:
-
Struct
- Object
- Struct
- Aws::KinesisAnalyticsV2::Types::Output
- Defined in:
- (unknown)
Overview
When passing Output as input to an Aws::Client method, you can use a vanilla Hash:
{
name: "InAppStreamName", # required
kinesis_streams_output: {
resource_arn: "ResourceARN", # required
},
kinesis_firehose_output: {
resource_arn: "ResourceARN", # required
},
lambda_output: {
resource_arn: "ResourceARN", # required
},
destination_schema: { # required
record_format_type: "JSON", # required, accepts JSON, CSV
},
}
Describes a SQL-based Kinesis Data Analytics application's 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 a Kinesis data stream or a Kinesis Data Firehose delivery stream.
Returned by:
Instance Attribute Summary collapse
-
#destination_schema ⇒ Types::DestinationSchema
Describes the data format when records are written to the destination.
-
#kinesis_firehose_output ⇒ Types::KinesisFirehoseOutput
Identifies a Kinesis Data Firehose delivery stream as the destination.
-
#kinesis_streams_output ⇒ Types::KinesisStreamsOutput
Identifies a Kinesis data stream as the destination.
-
#lambda_output ⇒ Types::LambdaOutput
Identifies an AWS Lambda function as the destination.
-
#name ⇒ String
The name of the in-application stream.
Instance Attribute Details
#destination_schema ⇒ Types::DestinationSchema
Describes the data format when records are written to the destination.
#kinesis_firehose_output ⇒ Types::KinesisFirehoseOutput
Identifies a Kinesis Data Firehose delivery stream as the destination.
#kinesis_streams_output ⇒ Types::KinesisStreamsOutput
Identifies a Kinesis data stream as the destination.
#lambda_output ⇒ Types::LambdaOutput
Identifies an AWS Lambda function as the destination.
#name ⇒ String
The name of the in-application stream.