AutoScalingGroupPolicyUpdateRequest

AutoScalingGroupPolicyUpdateRequest

NameDescriptionSchemaDefault
comparison_operator
optional
비교 연산자
Example : ge
Pattern : ^(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 : AVG
Pattern : ^(AVG|MIN|MAX)$
any of [string, null]
metric_type
optional
메트릭 유형
Example : CPU
Pattern : ^(CPU|MEMORY|NETWORK_IN_BYTES|NETWORK_OUT_BYTES|NETWORK_IN_PACKETS|NETWORK_OUT_PACKETS)$
any of [string, null]
name
optional
정책 이름
Example : policy-name
Pattern : ^[a-zA-Z0-9-_]*$
any of [string, null]
scale_method
optional
스케일 방법
Example : AMOUNT
Pattern : ^(AMOUNT|PERCENTAGE|FIXED)$
any of [string, null]
scale_type
optional
스케일 유형
Example : SCALE_OUT
Pattern : ^(SCALE_IN|SCALE_OUT)$
any of [string, null]
scale_value
optional
스켕일 값
Example : 10
any of [integer, null]
state
optional
정책 상태
Example : ACTIVE
Pattern : ^(ACTIVE|INACTIVE)$
any of [string, null]
threshold
optional
임계값
Example : 60
any of [integer, null]