AwsCredsAuthenticationDetailsProperties type
Referenties op basis van AWS-cloudaccountconnector, de referenties bestaan uit de toegangssleutel-id en geheime sleutel. Raadpleeg Een IAM-gebruiker maken in uw AWS-account (alleen schrijven)
type AwsCredsAuthenticationDetailsProperties =
AuthenticationDetailsProperties & {
accountId?: string
authenticationType: "awsCreds"
awsAccessKeyId: string
awsSecretAccessKey: string
}