共用方式為


AwsCredsAuthenticationDetailsProperties type

AWS 雲端帳戶連接器型認證,認證是由存取金鑰標識碼和秘密金鑰所組成,如需詳細資訊,請參閱在 AWS 帳戶中建立 IAM 使用者 (僅寫入)

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