UNPKG

cdk-encrypted-secret

Version:

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

13 lines (12 loc) 240 B
/** * @internal */ export type ProcessCredentials = { Version: number; AccessKeyId: string; SecretAccessKey: string; SessionToken?: string; Expiration?: number; CredentialScope?: string; AccountId?: string; };