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) 351 B
import { AwsCredentialIdentity } from "@smithy/types"; import { FromSSOInit, SsoCredentialsParameters } from "./fromSSO"; /** * @internal */ export declare const resolveSSOCredentials: ({ ssoStartUrl, ssoSession, ssoAccountId, ssoRegion, ssoRoleName, ssoClient, profile, }: FromSSOInit & SsoCredentialsParameters) => Promise<AwsCredentialIdentity>;