ScheduledUpdateGroupAction
    • PDF

    ScheduledUpdateGroupAction

    • PDF

    Article summary

    Available in Classic

    This is a data type required when editing a schedule.

    Syntax

    The syntax is as follows.

    private String autoScalingGroupName;
    private String scheduledActionName;
    private Integer desiredCapacity;
    private Integer minSize;
    private Integer maxSize;
    private Date startTime;
    private Date endTime;
    private String recurrenceInKST;
    

    Field

    The following describes the fields.

    FieldTypeRequiredDescription
    autoScalingGroupNameStringRequiredNumber of the autoscaling group that the scheduled action is set in
    scheduledActionNameStringRequiredScheduled action name
    desiredCapacityIntegerConditionalExpected capacity
    • 0 - 30
    minSizeIntegerConditionalMinimum size
    • 0 - 30
    maxSizeIntegerConditionalMaximum size
    • 0 - 30
    startTimeDateConditionalSchedule start date and time (YYYY-MM-DDThh:mm:ssZ)
    endTimeDateOptionalRecurring schedule end date and time (YYYY-MM-DDThh:mm:ssZ)
    recurrenceInKSTStringOptionalSet up recurring schedule (crontab expression)

    Was this article helpful?

    Changing your password will log you out immediately. Use the new password to log back in.
    First name must have atleast 2 characters. Numbers and special characters are not allowed.
    Last name must have atleast 1 characters. Numbers and special characters are not allowed.
    Enter a valid email
    Enter a valid password
    Your profile has been successfully updated.