class Aws::AutoScalingPlans::Types::GetScalingPlanResourceForecastDataRequest

@note When making an API call, you may pass GetScalingPlanResourceForecastDataRequest

data as a hash:

    {
      scaling_plan_name: "ScalingPlanName", # required
      scaling_plan_version: 1, # required
      service_namespace: "autoscaling", # required, accepts autoscaling, ecs, ec2, rds, dynamodb
      resource_id: "XmlString", # required
      scalable_dimension: "autoscaling:autoScalingGroup:DesiredCapacity", # required, accepts autoscaling:autoScalingGroup:DesiredCapacity, ecs:service:DesiredCount, ec2:spot-fleet-request:TargetCapacity, rds:cluster:ReadReplicaCount, dynamodb:table:ReadCapacityUnits, dynamodb:table:WriteCapacityUnits, dynamodb:index:ReadCapacityUnits, dynamodb:index:WriteCapacityUnits
      forecast_data_type: "CapacityForecast", # required, accepts CapacityForecast, LoadForecast, ScheduledActionMinCapacity, ScheduledActionMaxCapacity
      start_time: Time.now, # required
      end_time: Time.now, # required
    }

@!attribute [rw] scaling_plan_name

The name of the scaling plan.
@return [String]

@!attribute [rw] scaling_plan_version

The version number of the scaling plan. Currently, the only valid
value is `1`.
@return [Integer]

@!attribute [rw] service_namespace

The namespace of the AWS service. The only valid value is
`autoscaling`.
@return [String]

@!attribute [rw] resource_id

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`.
@return [String]

@!attribute [rw] scalable_dimension

The scalable dimension for the resource. The only valid value is
`autoscaling:autoScalingGroup:DesiredCapacity`.
@return [String]

@!attribute [rw] forecast_data_type

The type of forecast data to get.

* `LoadForecast`\: The load metric forecast.

* `CapacityForecast`\: The capacity forecast.

* `ScheduledActionMinCapacity`\: The minimum capacity for each
  scheduled scaling action. This data is calculated as the larger of
  two values: the capacity forecast or the minimum capacity in the
  scaling instruction.

* `ScheduledActionMaxCapacity`\: The maximum capacity for each
  scheduled scaling action. The calculation used is determined by
  the predictive scaling maximum capacity behavior setting in the
  scaling instruction.
@return [String]

@!attribute [rw] start_time

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.
@return [Time]

@!attribute [rw] end_time

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.

Although this parameter can accept a date and time that is more than
two days in the future, the availability of forecast data has
limits. AWS Auto Scaling only issues forecasts for periods of two
days in advance.
@return [Time]

@see docs.aws.amazon.com/goto/WebAPI/autoscaling-plans-2018-01-06/GetScalingPlanResourceForecastDataRequest AWS API Documentation

Constants

SENSITIVE