Skip to main content

scaling_plan_resource_forecast_datas

Creates, updates, deletes, gets or lists a scaling_plan_resource_forecast_datas resource.

Overview

Namescaling_plan_resource_forecast_datas
TypeResource
Idaws.autoscaling_plans.scaling_plan_resource_forecast_datas

Fields

The following fields are returned by SELECT queries:

NameDatatypeDescription
datapointsarrayThe data points to return.

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
get_scaling_plan_resource_forecast_dataselectregionRetrieves the forecast data for a scalable resource. Capacity forecasts are represented as predicted values, or data points, that are calculated using historical data points from a specified CloudWatch load metric. Data points are available for up to 56 days.

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

Retrieves the forecast data for a scalable resource. Capacity forecasts are represented as predicted values, or data points, that are calculated using historical data points from a specified CloudWatch load metric. Data points are available for up to 56 days.

SELECT
datapoints
FROM aws.autoscaling_plans.scaling_plan_resource_forecast_datas
WHERE region = '{{ region }}' -- required
;