Stone.js API
    Preparing search index...

    Options for the AWS SSM Parameter Store source.

    interface SsmSourceOptions {
        client?: unknown;
        path: string;
        region?: string;
        withDecryption?: boolean;
    }
    Index
    client?: unknown

    An existing SSMClient to reuse.

    path: string

    The parameter path/prefix to fetch recursively (e.g. /my-app/).

    region?: string

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

    withDecryption?: boolean

    Whether to decrypt SecureString parameters (defaults to true).