interface CompactionProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.aws_s3tables.CfnTable.CompactionProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awss3tables#CfnTable_CompactionProperty |
![]() | software.amazon.awscdk.services.s3tables.CfnTable.CompactionProperty |
![]() | aws_cdk.aws_s3tables.CfnTable.CompactionProperty |
![]() | aws-cdk-lib » aws_s3tables » CfnTable » CompactionProperty |
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 { aws_s3tables as s3tables } from 'aws-cdk-lib';
const compactionProperty: s3tables.CfnTable.CompactionProperty = {
status: 'status',
targetFileSizeMb: 123,
};
Properties
Name | Type | Description |
---|---|---|
status? | string | Indicates whether the Compaction maintenance action is enabled. |
target | number | The target file size for the table in MB. |
status?
Type:
string
(optional)
Indicates whether the Compaction maintenance action is enabled.
targetFileSizeMb?
Type:
number
(optional)
The target file size for the table in MB.