TableMaintenanceConfigurationIcebergSnapshotManagementArgs

data class TableMaintenanceConfigurationIcebergSnapshotManagementArgs(val settings: Output<TableMaintenanceConfigurationIcebergSnapshotManagementSettingsArgs>, val status: Output<String>) : ConvertibleToJava<TableMaintenanceConfigurationIcebergSnapshotManagementArgs>

Constructors

Properties

Link copied to clipboard

Settings object for snapshot management. See iceberg_snapshot_management.settings below.

Link copied to clipboard
val status: Output<String>

Whether the configuration is enabled. Valid values are enabled and disabled.

Functions

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