disableScaleIn property
Indicates whether scale in by the target tracking scaling policy is
disabled. If the value is true
, scale in is disabled and the
target tracking scaling policy doesn't remove capacity from the scalable
resource. Otherwise, scale in is enabled and the target tracking scaling
policy can remove capacity from the scalable resource.
The default value is false
.
Implementation
final bool? disableScaleIn;