次の方法で共有


AwAssumeRoleAuthenticationDetailsProperties type

AWS クラウド アカウント コネクタベースのロールを引き受け、ロールにより AWS リソースへのアクセスを委任できます。 ロールは、ロール Amazon Resource Name (ARN) と外部 ID で構成されます。 詳細については、「IAM ユーザーにアクセス許可を委任するロールの作成 (書き込み専用)」 を参照してください。

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