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>PutScheduledUpdateGroupActionType

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

Properties

AutoScalingGroupName: string
ScheduledActionName: string
optional
Time: Date | number | null
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