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.
748 749 750 |
# File 'sig/types.rbs', line 748 def append_only @append_only end |
#catalog ⇒ Types::Catalog
Returns the value of attribute catalog.
749 750 751 |
# File 'sig/types.rbs', line 749 def catalog @catalog end |
#compression_type ⇒ "ZSTD", "SNAPPY"
Returns the value of attribute compression_type.
756 757 758 |
# File 'sig/types.rbs', line 756 def compression_type @compression_type end |
#data_freshness_in_seconds ⇒ ::Integer
Returns the value of attribute data_freshness_in_seconds.
750 751 752 |
# File 'sig/types.rbs', line 750 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.
751 752 753 |
# File 'sig/types.rbs', line 751 def dead_letter_queue_s3 @dead_letter_queue_s3 end |
#destination_table_list ⇒ ::Array[Types::DestinationTable]
Returns the value of attribute destination_table_list.
752 753 754 |
# File 'sig/types.rbs', line 752 def destination_table_list @destination_table_list end |
#schema_evolution ⇒ Types::SchemaEvolution
Returns the value of attribute schema_evolution.
753 754 755 |
# File 'sig/types.rbs', line 753 def schema_evolution @schema_evolution end |
#service_execution_role_arn ⇒ ::String
Returns the value of attribute service_execution_role_arn.
754 755 756 |
# File 'sig/types.rbs', line 754 def service_execution_role_arn @service_execution_role_arn end |
#table_creation ⇒ Types::TableCreation
Returns the value of attribute table_creation.
755 756 757 |
# File 'sig/types.rbs', line 755 def table_creation @table_creation end |