cdk-encrypted-secret
Version:
CDK Construct that creates an AWS Secret Manager Secret and sets the value from an encrypted Ciphertext.
16 lines (15 loc) • 306 B
TypeScript
/**
* @internal
*/
export declare const ENV_PROFILE = "AWS_PROFILE";
/**
* @internal
*/
export declare const DEFAULT_PROFILE = "default";
/**
* Returns profile with priority order code - ENV - default.
* @internal
*/
export declare const getProfileName: (init: {
profile?: string;
}) => string;