Interface CfnTable.CompactionProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnTable.CompactionProperty.Jsii$Proxy
Enclosing class:
CfnTable

@Stability(Stable) public static interface CfnTable.CompactionProperty extends software.amazon.jsii.JsiiSerializable
Settings governing the Compaction maintenance action.

Contains details about the compaction settings for an Iceberg table.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.services.s3tables.*;
 CompactionProperty compactionProperty = CompactionProperty.builder()
         .status("status")
         .targetFileSizeMb(123)
         .build();
 

See Also: