Freigeben über


AwsCredsAuthenticationDetailsProperties type

AWS Cloud Account Connector basierende Anmeldeinformationen, die Anmeldeinformationen bestehen aus Zugriffsschlüssel-ID und geheimen Schlüsseln, weitere Details finden Sie unter Erstellen eines IAM-Benutzers in Ihrem AWS-Konto (schreibgeschützt)

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