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

7 lines (6 loc) 248 B
/** * Locates the global scope for a browser or browser-like environment. If * neither `window` nor `self` is defined by the environment, the same object * will be returned on each invocation. */ export declare function locateWindow(): Window;