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

TimeBasedAutoScalingConfiguration

import type { TimeBasedAutoScalingConfiguration } from "https://aws-api.deno.dev/v0.3/services/opsworks.ts?docs=full";

Describes an instance's time-based auto scaling configuration.

interface TimeBasedAutoScalingConfiguration {
AutoScalingSchedule?: WeeklyAutoScalingSchedule | null;
InstanceId?: string | null;
}

§Properties

§
AutoScalingSchedule?: WeeklyAutoScalingSchedule | null
[src]

A WeeklyAutoScalingSchedule object with the instance schedule.

§
InstanceId?: string | null
[src]

The instance ID.