Stone.js API
    Preparing search index...

    Options for the AWS Secrets Manager source.

    interface SecretsSourceOptions {
        client?: unknown;
        region?: string;
        secretId: string;
    }
    Index
    client?: unknown

    An existing SecretsManagerClient to reuse.

    region?: string

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

    secretId: string

    The secret id (name or ARN). Its JSON value becomes the config object.