MDAA TS Docs
    Preparing search index...

    Interface IcebergSnapshotManagementProps

    Configuration for Iceberg snapshot management maintenance. Snapshot management is a property of AWS::S3Tables::Table and is applied per-table by MdaaTable.

    interface IcebergSnapshotManagementProps {
        enabled?: boolean;
        maxSnapshotAgeHours?: number;
        minSnapshotsToKeep?: number;
    }
    Index

    Properties

    enabled?: boolean

    Whether snapshot management is enabled.

    maxSnapshotAgeHours?: number

    Maximum snapshot age in hours (1-8760).

    1

    8760

    minSnapshotsToKeep?: number

    Minimum number of snapshots to retain (1-100).

    1

    100