ScheduledUpdateGroupAction
- 인쇄
- PDF
ScheduledUpdateGroupAction
- 인쇄
- PDF
기사 요약
이 요약이 도움이 되었나요?
의견을 보내 주셔서 감사합니다.
설명
스케쥴을 수정 합니다.
구문
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 | Yes | String | Auto Scaling그룹명 |
scheduledActionName | Yes | String | 스케쥴액션명 |
desiredCapacity | Conditional | Integer | 기대능력치 (0~30) |
minSize | Conditional | Integer | 최소사이즈 (0~30) |
maxSize | Conditional | Integer | 최대사이즈 (0~30) |
startTime | Conditional | Date | 스케줄시작시간 포맷 : "YYYY-MM-DDThh:mm:ssZ" |
endTime | No | Date | 반복스케쥴종료시간 포맷 : "YYYY-MM-DDThh:mm:ssZ" |
recurrenceInKST | No | String | 반복스케쥴설정 (crontab expression) |
이 문서가 도움이 되었습니까?