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

AwsCredsAuthenticationDetailsProperties type

基于 AWS 云帐户连接器的凭据、凭据由访问密钥 ID 和密钥组成,有关详细信息,请参阅 在 AWS 帐户中创建 IAM 用户(仅写入)

type AwsCredsAuthenticationDetailsProperties =
  AuthenticationDetailsProperties & {
    accountId?: string
    authenticationType: "awsCreds"
    awsAccessKeyId: string
    awsSecretAccessKey: string
  }