Class: Aws::KinesisAnalytics::Types::OutputUpdate
- Inherits:
-
Struct
- Object
- Struct
- Aws::KinesisAnalytics::Types::OutputUpdate
- Defined in:
- gems/aws-sdk-kinesisanalytics/lib/aws-sdk-kinesisanalytics/types.rb
Overview
Describes updates to the output configuration identified by the
OutputId
.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#destination_schema_update ⇒ Types::DestinationSchema
Describes the data format when records are written to the destination.
-
#kinesis_firehose_output_update ⇒ Types::KinesisFirehoseOutputUpdate
Describes an Amazon Kinesis Firehose delivery stream as the destination for the output.
-
#kinesis_streams_output_update ⇒ Types::KinesisStreamsOutputUpdate
Describes an Amazon Kinesis stream as the destination for the output.
-
#lambda_output_update ⇒ Types::LambdaOutputUpdate
Describes an AWS Lambda function as the destination for the output.
-
#name_update ⇒ String
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.
-
#output_id ⇒ String
Identifies the specific output configuration that you want to update.
Instance Attribute Details
#destination_schema_update ⇒ Types::DestinationSchema
Describes the data format when records are written to the destination. For more information, see Configuring Application Output.
2089 2090 2091 2092 2093 2094 2095 2096 2097 2098 |
# File 'gems/aws-sdk-kinesisanalytics/lib/aws-sdk-kinesisanalytics/types.rb', line 2089 class OutputUpdate < Struct.new( :output_id, :name_update, :kinesis_streams_output_update, :kinesis_firehose_output_update, :lambda_output_update, :destination_schema_update) SENSITIVE = [] include Aws::Structure end |
#kinesis_firehose_output_update ⇒ Types::KinesisFirehoseOutputUpdate
Describes an Amazon Kinesis Firehose delivery stream as the destination for the output.
2089 2090 2091 2092 2093 2094 2095 2096 2097 2098 |
# File 'gems/aws-sdk-kinesisanalytics/lib/aws-sdk-kinesisanalytics/types.rb', line 2089 class OutputUpdate < Struct.new( :output_id, :name_update, :kinesis_streams_output_update, :kinesis_firehose_output_update, :lambda_output_update, :destination_schema_update) SENSITIVE = [] include Aws::Structure end |
#kinesis_streams_output_update ⇒ Types::KinesisStreamsOutputUpdate
Describes an Amazon Kinesis stream as the destination for the output.
2089 2090 2091 2092 2093 2094 2095 2096 2097 2098 |
# File 'gems/aws-sdk-kinesisanalytics/lib/aws-sdk-kinesisanalytics/types.rb', line 2089 class OutputUpdate < Struct.new( :output_id, :name_update, :kinesis_streams_output_update, :kinesis_firehose_output_update, :lambda_output_update, :destination_schema_update) SENSITIVE = [] include Aws::Structure end |
#lambda_output_update ⇒ Types::LambdaOutputUpdate
Describes an AWS Lambda function as the destination for the output.
2089 2090 2091 2092 2093 2094 2095 2096 2097 2098 |
# File 'gems/aws-sdk-kinesisanalytics/lib/aws-sdk-kinesisanalytics/types.rb', line 2089 class OutputUpdate < Struct.new( :output_id, :name_update, :kinesis_streams_output_update, :kinesis_firehose_output_update, :lambda_output_update, :destination_schema_update) SENSITIVE = [] include Aws::Structure end |
#name_update ⇒ String
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.
2089 2090 2091 2092 2093 2094 2095 2096 2097 2098 |
# File 'gems/aws-sdk-kinesisanalytics/lib/aws-sdk-kinesisanalytics/types.rb', line 2089 class OutputUpdate < Struct.new( :output_id, :name_update, :kinesis_streams_output_update, :kinesis_firehose_output_update, :lambda_output_update, :destination_schema_update) SENSITIVE = [] include Aws::Structure end |
#output_id ⇒ String
Identifies the specific output configuration that you want to update.
2089 2090 2091 2092 2093 2094 2095 2096 2097 2098 |
# File 'gems/aws-sdk-kinesisanalytics/lib/aws-sdk-kinesisanalytics/types.rb', line 2089 class OutputUpdate < Struct.new( :output_id, :name_update, :kinesis_streams_output_update, :kinesis_firehose_output_update, :lambda_output_update, :destination_schema_update) SENSITIVE = [] include Aws::Structure end |