ScalingPolicy

Prev Next

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

스케일링 정책입니다.

구문

구문은 다음과 같습니다.

private String policyName;
private String autoScalingGroupName;
private CommonCode adjustmentType;
private Integer scalingAdjustment;
private Integer cooldown;
private Integer minAdjustmentStep;

필드

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

필드 타입 필수 여부 설명
policyName String Required 정책명
autoScalingGroupName String Required 오토스케일링 그룹 이름
adjustmentType CommonCode Required 조정 유형 코드
scalingAdjustment Integer Required 스케일링 조정 값
cooldown Integer Optional 쿨다운 타임
minAdjustmentStep Integer Optional 최소 조정 스텝