@karmaniverous/aws-secrets-manager-tools
    Preparing search index...

    Type Alias AwsSecretsManagerToolsOptions

    Options for AwsSecretsManagerTools construction.

    type AwsSecretsManagerToolsOptions = {
        clientConfig?: SecretsManagerClientConfig;
        xray?: XrayMode;
    }
    Index

    Properties

    Properties

    clientConfig?: SecretsManagerClientConfig

    AWS SDK v3 Secrets Manager client config.

    Include advanced settings here (region, credentials, retry config, custom endpoint, etc.). If a logger is provided, it must implement debug/info/warn/error.

    xray?: XrayMode

    AWS X-Ray capture mode.

    • auto (default): enable only when AWS_XRAY_DAEMON_ADDRESS is set.
    • on: force enable (throws if daemon address is missing).
    • off: disable.