Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

GetPredictiveScalingForecastType

import type { GetPredictiveScalingForecastType } from "https://aws-api.deno.dev/v0.4/services/autoscaling.ts?docs=full";
interface GetPredictiveScalingForecastType {
AutoScalingGroupName: string;
EndTime: Date | number;
PolicyName: string;
StartTime: Date | number;
}

§Properties

§
AutoScalingGroupName: string
[src]

The name of the Auto Scaling group.

§
EndTime: Date | number
[src]

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.

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. Amazon EC2 Auto Scaling only issues forecasts for periods of two days in advance.

§
PolicyName: string
[src]

The name of the policy.

§
StartTime: Date | number
[src]

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.