AwsCredsAuthenticationDetailsProperties type
Kredensial berbasis konektor akun cloud AWS, kredensial terdiri dari ID kunci akses dan kunci rahasia, untuk detail selengkapnya, lihat Membuat Pengguna IAM di Akun AWS Anda (hanya tulis)
type AwsCredsAuthenticationDetailsProperties =
AuthenticationDetailsProperties & {
accountId?: string
authenticationType: "awsCreds"
awsAccessKeyId: string
awsSecretAccessKey: string
}