Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/aws_api/services/autoscaling@2011-01-01/mod.ts>ScheduledUpdateGroupActionRequest

From-scratch Typescript client for accessing AWS APIs
Extremely Popular
Go to Latest
interface ScheduledUpdateGroupActionRequest
import { type ScheduledUpdateGroupActionRequest } from "https://deno.land/x/aws_api@v0.1.0/services/autoscaling@2011-01-01/mod.ts";

Properties

ScheduledActionName: string
optional
StartTime: Date | number | null
optional
EndTime: Date | number | null
optional
Recurrence: string | null
optional
MinSize: number | null
optional
MaxSize: number | null
optional
DesiredCapacity: number | null