AwAssumeRoleAuthenticationDetailsProperties type
基于 AWS 云帐户连接器的假设角色,该角色允许委派对 AWS 资源的访问权限。 该角色由 Amazon 资源名称(ARN)和外部 ID 角色组成。 有关详细信息,请参阅 创建角色以将权限委托给 IAM 用户(仅写入)
type AwAssumeRoleAuthenticationDetailsProperties =
AuthenticationDetailsProperties & {
accountId?: string
authenticationType: "awsAssumeRole"
awsAssumeRoleArn: string
awsExternalId: string
}