Class: Aws::Types::IcebergDestinationDescription
- Inherits:
-
Object
- Object
- Aws::Types::IcebergDestinationDescription
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#append_only ⇒ Boolean
Returns the value of attribute append_only.
-
#buffering_hints ⇒ Types::BufferingHints
Returns the value of attribute buffering_hints.
-
#catalog_configuration ⇒ Types::CatalogConfiguration
Returns the value of attribute catalog_configuration.
-
#cloud_watch_logging_options ⇒ Types::CloudWatchLoggingOptions
Returns the value of attribute cloud_watch_logging_options.
-
#destination_table_configuration_list ⇒ ::Array[Types::DestinationTableConfiguration]
Returns the value of attribute destination_table_configuration_list.
-
#processing_configuration ⇒ Types::ProcessingConfiguration
Returns the value of attribute processing_configuration.
-
#retry_options ⇒ Types::RetryOptions
Returns the value of attribute retry_options.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
-
#s3_backup_mode ⇒ "FailedDataOnly", "AllData"
Returns the value of attribute s3_backup_mode.
-
#s3_destination_description ⇒ Types::S3DestinationDescription
Returns the value of attribute s3_destination_description.
-
#schema_evolution_configuration ⇒ Types::SchemaEvolutionConfiguration
Returns the value of attribute schema_evolution_configuration.
-
#table_creation_configuration ⇒ Types::TableCreationConfiguration
Returns the value of attribute table_creation_configuration.
Instance Attribute Details
#append_only ⇒ Boolean
Returns the value of attribute append_only.
609 610 611 |
# File 'sig/types.rbs', line 609 def append_only @append_only end |
#buffering_hints ⇒ Types::BufferingHints
Returns the value of attribute buffering_hints.
603 604 605 |
# File 'sig/types.rbs', line 603 def buffering_hints @buffering_hints end |
#catalog_configuration ⇒ Types::CatalogConfiguration
Returns the value of attribute catalog_configuration.
610 611 612 |
# File 'sig/types.rbs', line 610 def catalog_configuration @catalog_configuration end |
#cloud_watch_logging_options ⇒ Types::CloudWatchLoggingOptions
Returns the value of attribute cloud_watch_logging_options.
604 605 606 |
# File 'sig/types.rbs', line 604 def end |
#destination_table_configuration_list ⇒ ::Array[Types::DestinationTableConfiguration]
Returns the value of attribute destination_table_configuration_list.
600 601 602 |
# File 'sig/types.rbs', line 600 def destination_table_configuration_list @destination_table_configuration_list end |
#processing_configuration ⇒ Types::ProcessingConfiguration
Returns the value of attribute processing_configuration.
605 606 607 |
# File 'sig/types.rbs', line 605 def processing_configuration @processing_configuration end |
#retry_options ⇒ Types::RetryOptions
Returns the value of attribute retry_options.
607 608 609 |
# File 'sig/types.rbs', line 607 def end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
608 609 610 |
# File 'sig/types.rbs', line 608 def role_arn @role_arn end |
#s3_backup_mode ⇒ "FailedDataOnly", "AllData"
Returns the value of attribute s3_backup_mode.
606 607 608 |
# File 'sig/types.rbs', line 606 def s3_backup_mode @s3_backup_mode end |
#s3_destination_description ⇒ Types::S3DestinationDescription
Returns the value of attribute s3_destination_description.
611 612 613 |
# File 'sig/types.rbs', line 611 def s3_destination_description @s3_destination_description end |
#schema_evolution_configuration ⇒ Types::SchemaEvolutionConfiguration
Returns the value of attribute schema_evolution_configuration.
601 602 603 |
# File 'sig/types.rbs', line 601 def schema_evolution_configuration @schema_evolution_configuration end |
#table_creation_configuration ⇒ Types::TableCreationConfiguration
Returns the value of attribute table_creation_configuration.
602 603 604 |
# File 'sig/types.rbs', line 602 def table_creation_configuration @table_creation_configuration end |