UNPKG

cdk-multi-profile-plugin

Version:

Adds multi profile/account, mfa and aws sso support to cdk apps

6 lines (5 loc) 381 B
export declare const tokenCodeFn: (mfaSerial: string, callback: (err?: Error | undefined, token?: string | undefined) => void) => Promise<void>; export declare const readProfiles: () => Record<string, string>; export declare const getSharedCredentialsFilename: () => string; export declare const getConfigFilename: () => string; export declare const getSSOCachePath: () => string;