Skip to main content

automation_rule_preview_summaries

Creates, updates, deletes, gets or lists an automation_rule_preview_summaries resource.

Overview

Nameautomation_rule_preview_summaries
TypeResource
Idaws.compute_optimizer_automation.automation_rule_preview_summaries

Fields

The following fields are returned by SELECT queries:

NameDatatypeDescription
keystringThe key identifier for this preview result summary.
totalobjectAggregate totals for automation rule preview results, including count and estimated savings.

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
list_automation_rule_preview_summariesselectregionReturns 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.

NameDatatypeDescription
regionstringAWS region (default: us-east-1)

SELECT examples

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
;