TableMaintenanceSettings
Contains details about maintenance settings for the table.
Inheritors
Types
Contains details about the Iceberg compaction settings for the table.
Contains details about the Iceberg snapshot management settings for the table.
Functions
Casts this TableMaintenanceSettings as a IcebergCompaction and retrieves its aws.sdk.kotlin.services.s3tables.model.IcebergCompactionSettings value. Throws an exception if the TableMaintenanceSettings is not a IcebergCompaction.
Casts this TableMaintenanceSettings as a IcebergCompaction and retrieves its aws.sdk.kotlin.services.s3tables.model.IcebergCompactionSettings value. Returns null if the TableMaintenanceSettings is not a IcebergCompaction.
Casts this TableMaintenanceSettings as a IcebergSnapshotManagement and retrieves its aws.sdk.kotlin.services.s3tables.model.IcebergSnapshotManagementSettings value. Throws an exception if the TableMaintenanceSettings is not a IcebergSnapshotManagement.
Casts this TableMaintenanceSettings as a IcebergSnapshotManagement and retrieves its aws.sdk.kotlin.services.s3tables.model.IcebergSnapshotManagementSettings value. Returns null if the TableMaintenanceSettings is not a IcebergSnapshotManagement.