applicationautoscaling_get_predictive_scaling_forecast: Retrieves the forecast data for a predictive scaling policy

View source: R/applicationautoscaling_operations.R

applicationautoscaling_get_predictive_scaling_forecastR Documentation

Retrieves the forecast data for a predictive scaling policy

Description

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.

Usage

applicationautoscaling_get_predictive_scaling_forecast(
  ServiceNamespace,
  ResourceId,
  ScalableDimension,
  PolicyName,
  StartTime,
  EndTime
)

Arguments

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 custom-resource instead.

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.


paws.management documentation built on April 3, 2025, 10:39 p.m.