View source: R/applicationautoscaling_operations.R
applicationautoscaling_get_predictive_scaling_forecast | R Documentation |
Retrieves the forecast data for a predictive scaling policy.
See https://www.paws-r-sdk.com/docs/applicationautoscaling_get_predictive_scaling_forecast/ for full documentation.
applicationautoscaling_get_predictive_scaling_forecast(
ServiceNamespace,
ResourceId,
ScalableDimension,
PolicyName,
StartTime,
EndTime
)
ServiceNamespace |
[required] The namespace of the Amazon Web Services service that provides the
resource. For a resource provided by your own application or service,
use |
ResourceId |
[required] The identifier of the resource. |
ScalableDimension |
[required] The scalable dimension. |
PolicyName |
[required] The name of the policy. |
StartTime |
[required] The inclusive start time of the time range for the forecast data to get. At most, the date and time can be one year 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 30 days. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.