TableBucketMaintenanceSettings
Contains details about the maintenance settings for the table bucket.
Inheritors
Types
Link copied to clipboard
data class IcebergUnreferencedFileRemoval(val value: IcebergUnreferencedFileRemovalSettings) : TableBucketMaintenanceSettings
The unreferenced file removal settings for the table bucket.
Link copied to clipboard
Functions
Link copied to clipboard
Casts this TableBucketMaintenanceSettings as a IcebergUnreferencedFileRemoval and retrieves its aws.sdk.kotlin.services.s3tables.model.IcebergUnreferencedFileRemovalSettings value. Throws an exception if the TableBucketMaintenanceSettings is not a IcebergUnreferencedFileRemoval.
Link copied to clipboard
Casts this TableBucketMaintenanceSettings as a IcebergUnreferencedFileRemoval and retrieves its aws.sdk.kotlin.services.s3tables.model.IcebergUnreferencedFileRemovalSettings value. Returns null if the TableBucketMaintenanceSettings is not a IcebergUnreferencedFileRemoval.