Class: Aws::Kinesis::Types::UpdateChannelInput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-kinesis/lib/aws-sdk-kinesis/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#channel_arnString

The Amazon Resource Name (ARN) of the channel to update.

Returns:

  • (String)


3727
3728
3729
3730
3731
3732
3733
3734
# File 'gems/aws-sdk-kinesis/lib/aws-sdk-kinesis/types.rb', line 3727

class UpdateChannelInput < Struct.new(
  :channel_arn,
  :s3_destination_configuration,
  :s3_tables_destination_configuration,
  :logging_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#logging_configurationTypes::ChannelLoggingUpdateInput

The updated Amazon CloudWatch Logs configuration for the channel.



3727
3728
3729
3730
3731
3732
3733
3734
# File 'gems/aws-sdk-kinesis/lib/aws-sdk-kinesis/types.rb', line 3727

class UpdateChannelInput < Struct.new(
  :channel_arn,
  :s3_destination_configuration,
  :s3_tables_destination_configuration,
  :logging_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#s3_destination_configurationTypes::S3DestinationUpdateInput

The updated configuration for a general purpose Amazon S3 destination. Only DataFreshnessInSeconds can be updated.



3727
3728
3729
3730
3731
3732
3733
3734
# File 'gems/aws-sdk-kinesis/lib/aws-sdk-kinesis/types.rb', line 3727

class UpdateChannelInput < Struct.new(
  :channel_arn,
  :s3_destination_configuration,
  :s3_tables_destination_configuration,
  :logging_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#s3_tables_destination_configurationTypes::S3TablesDestinationUpdateInput

The updated configuration for a streaming table destination. Only DataFreshnessInSeconds can be updated.



3727
3728
3729
3730
3731
3732
3733
3734
# File 'gems/aws-sdk-kinesis/lib/aws-sdk-kinesis/types.rb', line 3727

class UpdateChannelInput < Struct.new(
  :channel_arn,
  :s3_destination_configuration,
  :s3_tables_destination_configuration,
  :logging_configuration)
  SENSITIVE = []
  include Aws::Structure
end