automation_rule_preview_summaries
Creates, updates, deletes, gets or lists an automation_rule_preview_summaries resource.
Overview
| Name | automation_rule_preview_summaries |
| Type | Resource |
| Id | aws.compute_optimizer_automation.automation_rule_preview_summaries |
Fields
The following fields are returned by SELECT queries:
- list_automation_rule_preview_summaries
| Name | Datatype | Description |
|---|---|---|
key | string | The key identifier for this preview result summary. |
total | object | Aggregate totals for automation rule preview results, including count and estimated savings. |
Methods
The following methods are available for this resource:
| Name | Accessible by | Required Params | Optional Params | Description |
|---|---|---|---|---|
list_automation_rule_preview_summaries | select | region | Returns a summary of the recommended actions that match your rule preview configuration and criteria. |
Parameters
Parameters can be passed in the WHERE clause of a query. Check the Methods section to see which parameters are required or optional for each operation.
| Name | Datatype | Description |
|---|---|---|
region | string | AWS region (default: us-east-1) |
SELECT examples
- list_automation_rule_preview_summaries
Returns a summary of the recommended actions that match your rule preview configuration and criteria.
SELECT
key,
total
FROM aws.compute_optimizer_automation.automation_rule_preview_summaries
WHERE region = '{{ region }}' -- required
;