Class: Aws::Glue::Types::CompactionConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::CompactionConfiguration
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
The configuration for a compaction optimizer. This configuration defines how data files in your table will be compacted to improve query performance and reduce storage costs.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#iceberg_configuration ⇒ Types::IcebergCompactionConfiguration
The configuration for an Iceberg compaction optimizer.
Instance Attribute Details
#iceberg_configuration ⇒ Types::IcebergCompactionConfiguration
The configuration for an Iceberg compaction optimizer.
3564 3565 3566 3567 3568 |
# File 'lib/aws-sdk-glue/types.rb', line 3564 class CompactionConfiguration < Struct.new( :iceberg_configuration) SENSITIVE = [] include Aws::Structure end |