다음을 통해 공유


AwAssumeRoleAuthenticationDetailsProperties type

AWS 클라우드 계정 커넥터 기반의 역할은 AWS 리소스에 대한 액세스를 위임할 수 있도록 합니다. 역할은 ARN(Amazon Resource Name) 및 외부 ID 역할로 구성됩니다. 자세한 내용은 IAM 사용자에게 권한을 위임하는 역할 만들기(쓰기 전용) 참조하세요.

type AwAssumeRoleAuthenticationDetailsProperties =
  AuthenticationDetailsProperties & {
    accountId?: string
    authenticationType: "awsAssumeRole"
    awsAssumeRoleArn: string
    awsExternalId: string
  }