你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

AwAssumeRoleAuthenticationDetailsProperties type

基于 AWS 云帐户连接器的假设角色,该角色允许委派对 AWS 资源的访问权限。 该角色由 Amazon 资源名称(ARN)和外部 ID 角色组成。 有关详细信息,请参阅 创建角色以将权限委托给 IAM 用户(仅写入)

type AwAssumeRoleAuthenticationDetailsProperties =
  AuthenticationDetailsProperties & {
    accountId?: string
    authenticationType: "awsAssumeRole"
    awsAssumeRoleArn: string
    awsExternalId: string
  }