@karmaniverous/get-dotenv
    Preparing search index...

    Interface ResolveAwsContextOptions

    Arguments for resolving AWS context (profile/region/credentials).

    interface ResolveAwsContextOptions {
        cfg: {
            defaultRegion?: string;
            loginOnDemand?: boolean;
            profile?: string;
            profileFallbackKey?: string;
            profileKey?: string;
            region?: string;
            regionKey?: string;
            strategy?: "cli-export" | "none";
        };
        dotenv: ProcessEnv;
    }
    Index

    Properties

    Properties

    cfg: {
        defaultRegion?: string;
        loginOnDemand?: boolean;
        profile?: string;
        profileFallbackKey?: string;
        profileKey?: string;
        region?: string;
        regionKey?: string;
        strategy?: "cli-export" | "none";
    }

    Plugin configuration.

    dotenv: ProcessEnv

    The current composed dotenv variables.