iceberg-js
    Preparing search index...

    Interface RemoveEncryptionKeyUpdate

    interface RemoveEncryptionKeyUpdate {
        action: "remove-encryption-key";
        "key-id": string;
    }
    Index

    Properties

    Properties

    action: "remove-encryption-key"
    "key-id": string