---
title: "ScheduledUpdateGroupAction"
slug: "common-apidatatype-scheduledupdategroupaction"
updated: 2026-04-23T08:55:27Z
published: 2026-04-23T09:02:10Z
canonical: "api.ncloud-docs.com/common-apidatatype-scheduledupdategroupaction"
---

> ## Documentation Index
> Fetch the complete documentation index at: https://api.ncloud-docs.com/llms.txt
> Use this file to discover all available pages before exploring further.

# ScheduledUpdateGroupAction

Classic 환경에서 이용 가능합니다.

스케줄 수정 시 필요한 데이터 타입입니다.

## 구문

구문은 다음과 같습니다.

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

## 필드

필드에 대한 설명은 다음과 같습니다.

| 필드 | 타입 | 필수 여부 | 설명 |
| --- | --- | --- | --- |
| `autoScalingGroupName` | String | Required | Scheduled Action이 설정된 오토 스케일링 그룹 번호 |
| `scheduledActionName` | String | Required | Scheduled Action 이름 |
| `desiredCapacity` | Integer | Conditional | 기대 용량 - 0~30 |
| `minSize` | Integer | Conditional | 최소 크기 - 0~30 |
| `maxSize` | Integer | Conditional | 최대 크기 - 0~30 |
| `startTime` | Date | Conditional | 스케줄 시작 일시(YYYY-MM-DDThh:mm:ssZ) |
| `endTime` | Date | Optional | 반복 스케줄 종료 일시(YYYY-MM-DDThh:mm:ssZ) |
| `recurrenceInKST` | String | Optional | 반복 스케줄 설정(crontab expression) |
