UNPKG

cdk-ssm-secure-iam-access-key

Version:

Creates an IAM Access Key for a provided IAM User and stores the result in an SSM SecureString Parameter

5 lines (4 loc) 301 B
export declare function supportsWebCrypto(window: Window): boolean; export declare function supportsSecureRandom(window: Window): boolean; export declare function supportsSubtleCrypto(subtle: SubtleCrypto): boolean; export declare function supportsZeroByteGCM(subtle: SubtleCrypto): Promise<boolean>;