UNPKG

cdk-encrypted-secret

Version:

CDK Construct that creates an AWS Secret Manager Secret and sets the value from an encrypted Ciphertext.

9 lines (8 loc) 287 B
import { ParsedIniData } from "@smithy/types"; /** * Returns the config data from parsed ini data. * * Returns data for `default` * * Returns profile name without prefix. * * Returns non-profiles as is. */ export declare const getConfigData: (data: ParsedIniData) => ParsedIniData;