report check run Command
The report check run command performs a check.
Usage
report check run <check_id> [--accounts <account_ids>] [--severity <level>] [--only-failing] [--only-check-results]
Parameters
| Parameter | Description | Required? | Default Value |
|---|---|---|---|
check_id | Check identifier | ✔️ |
Options
| Option | Description | Required? |
|---|---|---|
--accounts <account_ids> | Space-delimited account IDs on which to run the check (by default, run on all accounts) | ️ ❌ |
--severity <level> | Filter by severity level (info, low, medium, high, or critical) | ️ ❌ |
--only-failing | Only display failing checks | ️ ❌ |
--only-check-results | Only include the result of checks in the report (as opposed to in check sections) | ️ |
Example
> report check run aws_apigateway_authorizers_enabled