GetScalingPlanResourceForecastDataRequest

Types

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

Properties

Link copied to clipboard

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.

Link copied to clipboard

The type of forecast data to get.

Link copied to clipboard

The ID of the resource. This string consists of a prefix (autoScalingGroup) followed by the name of a specified Auto Scaling group (my-asg). Example: autoScalingGroup/my-asg.

Link copied to clipboard

The scalable dimension for the resource. The only valid value is autoscaling:autoScalingGroup:DesiredCapacity.

Link copied to clipboard

The name of the scaling plan.

Link copied to clipboard

The version number of the scaling plan. Currently, the only valid value is 1.

Link copied to clipboard

The namespace of the AWS service. The only valid value is autoscaling.

Link copied to clipboard

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.

Functions

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