settings.json

awsAuthRefresh

AWS 認証を更新するスクリプトへのパスを指定します。

使い方・用途

  • AWS SSO などのブラウザベースの認証フローを自動開始し、ローカルの認証ファイルやキャッシュを更新したい場合に最適です。
  • 認証エラーを検知した際にスクリプトを自動実行し、シームレスにセッションを継続できます。
英語原文(公式ドキュメントより)

Path to a script that refreshes AWS authentication. See https://code.claude.com/docs/en/settings#available-settings

関連する変更履歴

v2.0.24 (1件)

Changed
Bedrock: Display awsAuthRefresh output when auth is required

v1.0.53 (1件)

Added
Add helper script settings for AWS token refresh: awsAuthRefresh (for foreground operations like aws sso login) and awsCredentialExport (for background operation with STS-like response).