Class: Aws::Kinesis::Types::UpdateChannelInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kinesis::Types::UpdateChannelInput
- Defined in:
- gems/aws-sdk-kinesis/lib/aws-sdk-kinesis/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#channel_arn ⇒ String
The Amazon Resource Name (ARN) of the channel to update.
-
#logging_configuration ⇒ Types::ChannelLoggingUpdateInput
The updated Amazon CloudWatch Logs configuration for the channel.
-
#s3_destination_configuration ⇒ Types::S3DestinationUpdateInput
The updated configuration for a general purpose Amazon S3 destination.
-
#s3_tables_destination_configuration ⇒ Types::S3TablesDestinationUpdateInput
The updated configuration for a streaming table destination.
Instance Attribute Details
#channel_arn ⇒ String
The Amazon Resource Name (ARN) of the channel to update.
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_configuration ⇒ Types::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_configuration ⇒ Types::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_configuration ⇒ Types::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 |