AwsCredsAuthenticationDetailsProperties type
基于 AWS 云帐户连接器的凭据、凭据由访问密钥 ID 和密钥组成,有关详细信息,请参阅 在 AWS 帐户中创建 IAM 用户(仅写入)
type AwsCredsAuthenticationDetailsProperties =
AuthenticationDetailsProperties & {
accountId?: string
authenticationType: "awsCreds"
awsAccessKeyId: string
awsSecretAccessKey: string
}