AwsCredsAuthenticationDetailsProperties type
AWS bulut hesabı bağlayıcısı tabanlı kimlik bilgileri, kimlik bilgileri erişim anahtarı kimliği ve gizli anahtardan oluşur; daha fazla ayrıntı için bk z. AWS Hesabınızda IAM Kullanıcısı Oluşturma (yalnızca yazma)
type AwsCredsAuthenticationDetailsProperties =
AuthenticationDetailsProperties & {
accountId?: string
authenticationType: "awsCreds"
awsAccessKeyId: string
awsSecretAccessKey: string
}