LoadForecast

A GetPredictiveScalingForecast call returns the load forecast for a predictive scaling policy. This structure includes the data points for that load forecast, along with the timestamps of those data points and the metric specification.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The metric specification for the load forecast.

Link copied to clipboard

The timestamps for the data points, in UTC format.

Link copied to clipboard

The values of the data points.

Functions

Link copied to clipboard
inline fun copy(block: LoadForecast.Builder.() -> Unit = {}): LoadForecast
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String