View source: R/autoscalingplans_operations.R
autoscalingplans_get_scaling_plan_resource_forecast_data | R Documentation |
Retrieves the forecast data for a scalable resource.
See https://www.paws-r-sdk.com/docs/autoscalingplans_get_scaling_plan_resource_forecast_data/ for full documentation.
autoscalingplans_get_scaling_plan_resource_forecast_data(
ScalingPlanName,
ScalingPlanVersion,
ServiceNamespace,
ResourceId,
ScalableDimension,
ForecastDataType,
StartTime,
EndTime
)
ScalingPlanName |
[required] The name of the scaling plan. |
ScalingPlanVersion |
[required] The version number of the scaling plan. Currently, the only valid value
is |
ServiceNamespace |
[required] The namespace of the AWS service. The only valid value is |
ResourceId |
[required] The ID of the resource. This string consists of a prefix
( |
ScalableDimension |
[required] The scalable dimension for the resource. The only valid value is
|
ForecastDataType |
[required] The type of forecast data to get.
|
StartTime |
[required] The inclusive start time of the time range for the forecast data to get. The date and time can be at most 56 days before the current date and time. |
EndTime |
[required] The exclusive end time of the time range for the forecast data to get. The maximum time duration between the start and end time is seven days. Although this parameter can accept a date and time that is more than two days in the future, the availability of forecast data has limits. AWS Auto Scaling only issues forecasts for periods of two days in advance. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.