Class: Aws::Glue::Types::IcebergOptimizationPropertiesOutput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb

Overview

A structure that contains the output properties of Iceberg table optimization configuration for your catalog resource in the Glue Data Catalog.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#compactionHash<String,String>

A map of key-value pairs that specify configuration parameters for Iceberg table compaction operations, which optimize the layout of data files to improve query performance.

Returns:

  • (Hash<String,String>)


16149
16150
16151
16152
16153
16154
16155
16156
16157
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 16149

class IcebergOptimizationPropertiesOutput < Struct.new(
  :role_arn,
  :compaction,
  :retention,
  :orphan_file_deletion,
  :last_updated_time)
  SENSITIVE = []
  include Aws::Structure
end

#last_updated_timeTime

The timestamp when the Iceberg optimization properties were last updated.

Returns:

  • (Time)


16149
16150
16151
16152
16153
16154
16155
16156
16157
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 16149

class IcebergOptimizationPropertiesOutput < Struct.new(
  :role_arn,
  :compaction,
  :retention,
  :orphan_file_deletion,
  :last_updated_time)
  SENSITIVE = []
  include Aws::Structure
end

#orphan_file_deletionHash<String,String>

A map of key-value pairs that specify configuration parameters for Iceberg orphan file deletion operations, which identify and remove files that are no longer referenced by the table metadata.

Returns:

  • (Hash<String,String>)


16149
16150
16151
16152
16153
16154
16155
16156
16157
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 16149

class IcebergOptimizationPropertiesOutput < Struct.new(
  :role_arn,
  :compaction,
  :retention,
  :orphan_file_deletion,
  :last_updated_time)
  SENSITIVE = []
  include Aws::Structure
end

#retentionHash<String,String>

A map of key-value pairs that specify configuration parameters for Iceberg table retention operations, which manage the lifecycle of table snapshots to control storage costs.

Returns:

  • (Hash<String,String>)


16149
16150
16151
16152
16153
16154
16155
16156
16157
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 16149

class IcebergOptimizationPropertiesOutput < Struct.new(
  :role_arn,
  :compaction,
  :retention,
  :orphan_file_deletion,
  :last_updated_time)
  SENSITIVE = []
  include Aws::Structure
end

#role_arnString

The Amazon Resource Name (ARN) of the IAM role that is used to perform Iceberg table optimization operations.

Returns:

  • (String)


16149
16150
16151
16152
16153
16154
16155
16156
16157
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 16149

class IcebergOptimizationPropertiesOutput < Struct.new(
  :role_arn,
  :compaction,
  :retention,
  :orphan_file_deletion,
  :last_updated_time)
  SENSITIVE = []
  include Aws::Structure
end