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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


3680
3681
3682
3683
3684
3685
3686
3687
# File 'lib/aws-sdk-kinesis/types.rb', line 3680

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.



3680
3681
3682
3683
3684
3685
3686
3687
# File 'lib/aws-sdk-kinesis/types.rb', line 3680

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.



3680
3681
3682
3683
3684
3685
3686
3687
# File 'lib/aws-sdk-kinesis/types.rb', line 3680

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.



3680
3681
3682
3683
3684
3685
3686
3687
# File 'lib/aws-sdk-kinesis/types.rb', line 3680

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