Secrets Manager Configuration

interface SecretsManagerConfig {
    provider: "environment";
    prefix: string;
    cache: boolean;
    cacheTTL: number;
}

Properties

provider: "environment"
prefix: string
cache: boolean
cacheTTL: number