Click or drag to resize
PolicyConfiguration Methods
This API is preliminary and subject to change.

The PolicyConfiguration type exposes the following members.

Methods
  NameDescription
Public methodStatic memberCapacity
Creates a new PolicyConfiguration for a scaling policy that sets the desired capacity of a scaling group to a specific value.
Public methodStatic memberIncrementalChange
Creates a new PolicyConfiguration for a scaling policy that changes the desired capacity of a scaling group by a fixed amount.
Public methodStatic memberPercentageChange
Creates a new PolicyConfiguration for a scaling policy that changes the desired capacity of a scaling group by a percentage amount.
Public methodStatic memberPercentageChangeAtTime
Creates a new PolicyConfiguration for a scaling policy that changes the desired capacity of a scaling group by a percentage amount at the specified time.
Top
See Also