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
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 classA builder forCfnTable.CompactionPropertystatic final classAn implementation forCfnTable.CompactionProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getStatus
The status of the maintenance configuration.- See Also:
-
getTargetFileSizeMb
The target file size for the table in MB.- See Also:
-
builder
-