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:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final class
A builder forCfnTable.CompactionProperty
static final class
An implementation forCfnTable.CompactionProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getStatus
Indicates whether the Compaction maintenance action is enabled.- See Also:
-
getTargetFileSizeMb
The target file size for the table in MB.- See Also:
-
builder
-