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)


741
742
743
# File 'sig/types.rbs', line 741

def append_only
  @append_only
end

#catalogTypes::Catalog

Returns the value of attribute catalog.

Returns:



742
743
744
# File 'sig/types.rbs', line 742

def catalog
  @catalog
end

#compression_type"ZSTD", "SNAPPY"

Returns the value of attribute compression_type.

Returns:

  • ("ZSTD", "SNAPPY")


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.

Returns:

  • (::Integer)


743
744
745
# File 'sig/types.rbs', line 743

def data_freshness_in_seconds
  @data_freshness_in_seconds
end

#dead_letter_queue_s3Types::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.

Returns:



745
746
747
# File 'sig/types.rbs', line 745

def destination_table_list
  @destination_table_list
end

#schema_evolutionTypes::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.

Returns:

  • (::String)


747
748
749
# File 'sig/types.rbs', line 747

def service_execution_role_arn
  @service_execution_role_arn
end

#table_creationTypes::TableCreation

Returns the value of attribute table_creation.



748
749
750
# File 'sig/types.rbs', line 748

def table_creation
  @table_creation
end