Class: Aws::Types::IcebergDestinationConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::IcebergDestinationConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#append_only ⇒ Boolean
Returns the value of attribute append_only.
-
#catalog ⇒ Types::Catalog
Returns the value of attribute catalog.
-
#compression_type ⇒ "ZSTD", "SNAPPY"
Returns the value of attribute compression_type.
-
#data_freshness_in_seconds ⇒ ::Integer
Returns the value of attribute data_freshness_in_seconds.
-
#dead_letter_queue_s3 ⇒ Types::DeadLetterQueueS3
Returns the value of attribute dead_letter_queue_s3.
-
#destination_table_list ⇒ ::Array[Types::DestinationTable]
Returns the value of attribute destination_table_list.
-
#schema_evolution ⇒ Types::SchemaEvolution
Returns the value of attribute schema_evolution.
-
#service_execution_role_arn ⇒ ::String
Returns the value of attribute service_execution_role_arn.
-
#table_creation ⇒ Types::TableCreation
Returns the value of attribute table_creation.
Instance Attribute Details
#append_only ⇒ Boolean
Returns the value of attribute append_only.
741 742 743 |
# File 'sig/types.rbs', line 741 def append_only @append_only end |
#catalog ⇒ Types::Catalog
Returns the value of attribute catalog.
742 743 744 |
# File 'sig/types.rbs', line 742 def catalog @catalog end |
#compression_type ⇒ "ZSTD", "SNAPPY"
Returns the value of attribute compression_type.
749 750 751 |
# File 'sig/types.rbs', line 749 def compression_type @compression_type end |
#data_freshness_in_seconds ⇒ ::Integer
Returns the value of attribute data_freshness_in_seconds.
743 744 745 |
# File 'sig/types.rbs', line 743 def data_freshness_in_seconds @data_freshness_in_seconds end |
#dead_letter_queue_s3 ⇒ Types::DeadLetterQueueS3
Returns the value of attribute dead_letter_queue_s3.
744 745 746 |
# File 'sig/types.rbs', line 744 def dead_letter_queue_s3 @dead_letter_queue_s3 end |
#destination_table_list ⇒ ::Array[Types::DestinationTable]
Returns the value of attribute destination_table_list.
745 746 747 |
# File 'sig/types.rbs', line 745 def destination_table_list @destination_table_list end |
#schema_evolution ⇒ Types::SchemaEvolution
Returns the value of attribute schema_evolution.
746 747 748 |
# File 'sig/types.rbs', line 746 def schema_evolution @schema_evolution end |
#service_execution_role_arn ⇒ ::String
Returns the value of attribute service_execution_role_arn.
747 748 749 |
# File 'sig/types.rbs', line 747 def service_execution_role_arn @service_execution_role_arn end |
#table_creation ⇒ Types::TableCreation
Returns the value of attribute table_creation.
748 749 750 |
# File 'sig/types.rbs', line 748 def table_creation @table_creation end |