Member Junction
    Preparing search index...

    Parameters for key rotation operations.

    RotateEncryptionKeyAction for the rotation action

    interface RotateKeyParams {
        batchSize?: number;
        encryptionKeyId: string;
        newKeyLookupValue: string;
    }
    Index

    Properties

    batchSize?: number

    Number of records to process per batch. Larger batches are faster but use more memory.

    100
    
    encryptionKeyId: string

    UUID of the encryption key to rotate

    newKeyLookupValue: string

    Lookup value for the new key material. The new key must be accessible via the key source before rotation.