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

17 lines (16 loc) 206 B
/** * @internal */ export * from "./fromSSO"; /** * @internal */ export * from "./isSsoProfile"; /** * @internal */ export * from "./types"; /** * @internal */ export * from "./validateSsoProfile";