CapacityForecast

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

Types

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

Properties

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: CapacityForecast.Builder.() -> Unit = {}): CapacityForecast
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