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