UNPKG

cdk-multi-profile-plugin

Version:

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

9 lines (8 loc) 315 B
export declare class ProfileConfig { private config; constructor(path: string); getProfile(profile: string): Record<string, string>; getSSOSession(ssoSession: string): Record<string, string>; getSSOSettings(profile: string): Record<string, string>; isSSOProfile(profile: string): boolean; }