UNPKG

cdk-encrypted-secret

Version:

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

8 lines (7 loc) 334 B
export declare const USER_AGENT = "user-agent"; export declare const X_AMZ_USER_AGENT = "x-amz-user-agent"; export declare const SPACE = " "; export declare const UA_NAME_SEPARATOR = "/"; export declare const UA_NAME_ESCAPE_REGEX: RegExp; export declare const UA_VALUE_ESCAPE_REGEX: RegExp; export declare const UA_ESCAPE_CHAR = "-";