Stone.js API
    Preparing search index...

    Options for the KMS decryptor transform.

    interface KmsDecryptorOptions {
        client?: unknown;
        prefix?: string;
        region?: string;
    }
    Index
    client?: unknown

    An existing KMSClient to reuse.

    prefix?: string

    The prefix marking a ciphertext string (defaults to kms:).

    region?: string

    The AWS region (passed to the client when none is provided).