UNPKG

cdk-encrypted-secret

Version:

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

12 lines (11 loc) 208 B
import { Logger } from "@smithy/types"; /** * @internal */ export declare class NoOpLogger implements Logger { trace(): void; debug(): void; info(): void; warn(): void; error(): void; }