AWS Doc SDK Examples
翻訳は機械翻訳により提供されています。提供された翻訳内容と英語版の間で齟齬、不一致または矛盾がある場合、英語版が優先します。
RefreshTrustedAdvisorCheck
で を使用する CLI
以下のコード例は、RefreshTrustedAdvisorCheck
の使用方法を示しています。
- CLI
-
- AWS CLI
-
AWS Trusted Advisor チェックを更新するには
次の
refresh-trusted-advisor-check
例では、 AWS アカウントの Amazon S3 Bucket Permissions Trusted Advisor チェックを更新します。aws support refresh-trusted-advisor-check \ --check-id
"Pfx0RwqBli"
出力:
{ "status": { "checkId": "Pfx0RwqBli", "status": "enqueued", "millisUntilNextRefreshable": 3599992 } }
詳細については、 AWS サポートユーザーガイドのAWS Trusted Advisor」を参照してください。
-
API 詳細については、AWS CLI 「 コマンドリファレンスRefreshTrustedAdvisorCheck
」の「」を参照してください。
-
- PowerShell
-
- のツール PowerShell
-
例 1: 指定された Trusted Advisor チェックの更新をリクエストします。
Request-ASATrustedAdvisorCheckRefresh -CheckId "checkid1"
-
API 詳細については、「 コマンドレットリファレンスRefreshTrustedAdvisorCheck」の「」を参照してください。 AWS Tools for PowerShell
-
DescribeTrustedAdvisorChecks
ResolveCase