Class: Aws::Types::IcebergDestinationUpdate
- Inherits:
-
Object
- Object
- Aws::Types::IcebergDestinationUpdate
- 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_configuration ⇒ Types::S3DestinationConfiguration
Returns the value of attribute s3_configuration.
-
#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.
625 626 627 |
# File 'sig/types.rbs', line 625 def append_only @append_only end |
#buffering_hints ⇒ Types::BufferingHints
Returns the value of attribute buffering_hints.
619 620 621 |
# File 'sig/types.rbs', line 619 def buffering_hints @buffering_hints end |
#catalog_configuration ⇒ Types::CatalogConfiguration
Returns the value of attribute catalog_configuration.
626 627 628 |
# File 'sig/types.rbs', line 626 def catalog_configuration @catalog_configuration end |
#cloud_watch_logging_options ⇒ Types::CloudWatchLoggingOptions
Returns the value of attribute cloud_watch_logging_options.
620 621 622 |
# File 'sig/types.rbs', line 620 def end |
#destination_table_configuration_list ⇒ ::Array[Types::DestinationTableConfiguration]
Returns the value of attribute destination_table_configuration_list.
616 617 618 |
# File 'sig/types.rbs', line 616 def destination_table_configuration_list @destination_table_configuration_list end |
#processing_configuration ⇒ Types::ProcessingConfiguration
Returns the value of attribute processing_configuration.
621 622 623 |
# File 'sig/types.rbs', line 621 def processing_configuration @processing_configuration end |
#retry_options ⇒ Types::RetryOptions
Returns the value of attribute retry_options.
623 624 625 |
# File 'sig/types.rbs', line 623 def end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
624 625 626 |
# File 'sig/types.rbs', line 624 def role_arn @role_arn end |
#s3_backup_mode ⇒ "FailedDataOnly", "AllData"
Returns the value of attribute s3_backup_mode.
622 623 624 |
# File 'sig/types.rbs', line 622 def s3_backup_mode @s3_backup_mode end |
#s3_configuration ⇒ Types::S3DestinationConfiguration
Returns the value of attribute s3_configuration.
627 628 629 |
# File 'sig/types.rbs', line 627 def s3_configuration @s3_configuration end |
#schema_evolution_configuration ⇒ Types::SchemaEvolutionConfiguration
Returns the value of attribute schema_evolution_configuration.
617 618 619 |
# File 'sig/types.rbs', line 617 def schema_evolution_configuration @schema_evolution_configuration end |
#table_creation_configuration ⇒ Types::TableCreationConfiguration
Returns the value of attribute table_creation_configuration.
618 619 620 |
# File 'sig/types.rbs', line 618 def table_creation_configuration @table_creation_configuration end |