You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::KinesisAnalytics::Types::OutputUpdate

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing OutputUpdate as input to an Aws::Client method, you can use a vanilla Hash:

{
  output_id: "Id", # required
  name_update: "InAppStreamName",
  kinesis_streams_output_update: {
    resource_arn_update: "ResourceARN",
    role_arn_update: "RoleARN",
  },
  kinesis_firehose_output_update: {
    resource_arn_update: "ResourceARN",
    role_arn_update: "RoleARN",
  },
  lambda_output_update: {
    resource_arn_update: "ResourceARN",
    role_arn_update: "RoleARN",
  },
  destination_schema_update: {
    record_format_type: "JSON", # required, accepts JSON, CSV
  },
}

Describes updates to the output configuration identified by the OutputId.

Instance Attribute Summary collapse

Instance Attribute Details

#destination_schema_updateTypes::DestinationSchema

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

Returns:

#kinesis_firehose_output_updateTypes::KinesisFirehoseOutputUpdate

Describes an Amazon Kinesis Firehose delivery stream as the destination for the output.

Returns:

#kinesis_streams_output_updateTypes::KinesisStreamsOutputUpdate

Describes an Amazon Kinesis stream as the destination for the output.

Returns:

#lambda_output_updateTypes::LambdaOutputUpdate

Describes an AWS Lambda function as the destination for the output.

Returns:

#name_updateString

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.

Returns:

  • (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_idString

Identifies the specific output configuration that you want to update.

Returns:

  • (String)

    Identifies the specific output configuration that you want to update.