AwsCredsAuthenticationDetailsProperties type
AWS 클라우드 계정 커넥터 기반 자격 증명, 자격 증명은 액세스 키 ID 및 비밀 키로 구성됩니다. 자세한 내용은 AWS 계정에서 IAM 사용자 만들기(쓰기 전용)
type AwsCredsAuthenticationDetailsProperties =
AuthenticationDetailsProperties & {
accountId?: string
authenticationType: "awsCreds"
awsAccessKeyId: string
awsSecretAccessKey: string
}