UNPKG

cdk-encrypted-secret

Version:

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

10 lines (9 loc) 194 B
/** * @internal * * If \@aws-sdk/signature-v4-crt is installed and loaded, it will register * this value to true. */ export declare const crtAvailability: { isCrtAvailable: boolean; };