Class: Aws::Kinesis::Types::S3TablesDestinationConfiguration

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

Overview

The configuration for delivery to streaming tables on Apache Iceberg. Used in CreateChannel.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#data_freshness_in_secondsInteger

The maximum age, in seconds, of undelivered data. Valid range is 300 to 900 seconds (5 to 15 minutes). The default value is 300 seconds.

Returns:

  • (Integer)


2851
2852
2853
2854
2855
2856
2857
# File 'gems/aws-sdk-kinesis/lib/aws-sdk-kinesis/types.rb', line 2851

class S3TablesDestinationConfiguration < Struct.new(
  :data_freshness_in_seconds,
  :dead_letter_queue_s3_configuration,
  :s3_tables_configuration_list)
  SENSITIVE = []
  include Aws::Structure
end

#dead_letter_queue_s3_configurationTypes::DeadLetterQueueS3Configuration

The dead-letter queue configuration for records that cannot be delivered. Required for streaming table destinations.



2851
2852
2853
2854
2855
2856
2857
# File 'gems/aws-sdk-kinesis/lib/aws-sdk-kinesis/types.rb', line 2851

class S3TablesDestinationConfiguration < Struct.new(
  :data_freshness_in_seconds,
  :dead_letter_queue_s3_configuration,
  :s3_tables_configuration_list)
  SENSITIVE = []
  include Aws::Structure
end

#s3_tables_configuration_listArray<Types::S3TablesConfiguration>

The list of streaming table configurations. Currently, one table is supported per channel.

Returns:



2851
2852
2853
2854
2855
2856
2857
# File 'gems/aws-sdk-kinesis/lib/aws-sdk-kinesis/types.rb', line 2851

class S3TablesDestinationConfiguration < Struct.new(
  :data_freshness_in_seconds,
  :dead_letter_queue_s3_configuration,
  :s3_tables_configuration_list)
  SENSITIVE = []
  include Aws::Structure
end