AutoScalingGroupPolicyCreateRequest
AutoScalingGroupPolicyCreateRequest
| Name | Description | Schema | Default |
|---|---|---|---|
| comparison_operator required | 비교 연산자 Example : gePattern : ^(ge|gt|le|lt)$ | string | |
| cooldown_seconds required | 쿨다운 시간(초 단위) Example : 300 | integer | |
| evaluation_minutes required | 평가 시간(분 단위) Example : 1 | integer | |
| metric_method required | 메트릭 방법 Example : AVGPattern : ^(AVG|MIN|MAX)$ | string | |
| metric_type required | 메트릭 유형 Example : CPUPattern : ^(CPU|MEMORY|NETWORK_IN_BYTES|NETWORK_OUT_BYTES|NETWORK_IN_PACKETS|NETWORK_OUT_PACKETS)$ | string | |
| name required | 정책 이름 Example : policy-namePattern : ^[a-zA-Z0-9-_]*$Minimum length : 1Maximum length : 63 | string | |
| scale_method required | 스케일 방법 Example : AMOUNTPattern : ^(AMOUNT|PERCENTAGE|FIXED)$ | string | |
| scale_type required | 스케일 유형 Example : SCALE_OUTPattern : ^(SCALE_IN|SCALE_OUT)$ | string | |
| scale_value required | 스켕일 값 Example : 10 | integer | |
| threshold required | 임계값 Example : 60 | integer |