scalingPolicyUpdateBehavior property

ScalingPolicyUpdateBehavior? scalingPolicyUpdateBehavior
final

Controls whether a resource's externally created scaling policies are kept or replaced.

The default value is KeepExternalPolicies. If the parameter is set to ReplaceExternalPolicies, any scaling policies that are external to AWS Auto Scaling are deleted and new target tracking scaling policies created.

Only valid when configuring dynamic scaling.

Condition: The number of existing policies to be replaced must be less than or equal to 50. If there are more than 50 policies to be replaced, AWS Auto Scaling keeps all existing policies and does not create new ones.

Implementation

final ScalingPolicyUpdateBehavior? scalingPolicyUpdateBehavior;