Class: Aws::Types::IcebergDestinationConfiguration

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#append_onlyBoolean

Returns the value of attribute append_only.

Returns:

  • (Boolean)


593
594
595
# File 'sig/types.rbs', line 593

def append_only
  @append_only
end

#buffering_hintsTypes::BufferingHints

Returns the value of attribute buffering_hints.



587
588
589
# File 'sig/types.rbs', line 587

def buffering_hints
  @buffering_hints
end

#catalog_configurationTypes::CatalogConfiguration

Returns the value of attribute catalog_configuration.



594
595
596
# File 'sig/types.rbs', line 594

def catalog_configuration
  @catalog_configuration
end

#cloud_watch_logging_optionsTypes::CloudWatchLoggingOptions

Returns the value of attribute cloud_watch_logging_options.



588
589
590
# File 'sig/types.rbs', line 588

def cloud_watch_logging_options
  @cloud_watch_logging_options
end

#destination_table_configuration_list::Array[Types::DestinationTableConfiguration]

Returns the value of attribute destination_table_configuration_list.



584
585
586
# File 'sig/types.rbs', line 584

def destination_table_configuration_list
  @destination_table_configuration_list
end

#processing_configurationTypes::ProcessingConfiguration

Returns the value of attribute processing_configuration.



589
590
591
# File 'sig/types.rbs', line 589

def processing_configuration
  @processing_configuration
end

#retry_optionsTypes::RetryOptions

Returns the value of attribute retry_options.

Returns:



591
592
593
# File 'sig/types.rbs', line 591

def retry_options
  @retry_options
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


592
593
594
# File 'sig/types.rbs', line 592

def role_arn
  @role_arn
end

#s3_backup_mode"FailedDataOnly", "AllData"

Returns the value of attribute s3_backup_mode.

Returns:

  • ("FailedDataOnly", "AllData")


590
591
592
# File 'sig/types.rbs', line 590

def s3_backup_mode
  @s3_backup_mode
end

#s3_configurationTypes::S3DestinationConfiguration

Returns the value of attribute s3_configuration.



595
596
597
# File 'sig/types.rbs', line 595

def s3_configuration
  @s3_configuration
end

#schema_evolution_configurationTypes::SchemaEvolutionConfiguration

Returns the value of attribute schema_evolution_configuration.



585
586
587
# File 'sig/types.rbs', line 585

def schema_evolution_configuration
  @schema_evolution_configuration
end

#table_creation_configurationTypes::TableCreationConfiguration

Returns the value of attribute table_creation_configuration.



586
587
588
# File 'sig/types.rbs', line 586

def table_creation_configuration
  @table_creation_configuration
end