UNPKG

cdk-encrypted-secret

Version:

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

15 lines (14 loc) 412 B
import { HttpRequest } from "@smithy/types"; export interface TestCase { name: string; request: HttpRequest; authorization: string; } export declare const region = "us-east-1"; export declare const service = "service"; export declare const credentials: { accessKeyId: string; secretAccessKey: string; }; export declare const signingDate: Date; export declare const requests: Array<TestCase>;