TableMaintenanceConfigurationIcebergSnapshotManagementSettingsArgs

data class TableMaintenanceConfigurationIcebergSnapshotManagementSettingsArgs(val maxSnapshotAgeHours: Output<Int>, val minSnapshotsToKeep: Output<Int>) : ConvertibleToJava<TableMaintenanceConfigurationIcebergSnapshotManagementSettingsArgs>

Constructors

constructor(maxSnapshotAgeHours: Output<Int>, minSnapshotsToKeep: Output<Int>)

Properties

Link copied to clipboard

Snapshots older than this will be marked for deletiion. Must be at least 1.

Link copied to clipboard
val minSnapshotsToKeep: Output<Int>

Minimum number of snapshots to keep. Must be at least 1.

Functions

Link copied to clipboard
open override fun toJava(): TableMaintenanceConfigurationIcebergSnapshotManagementSettingsArgs