ScalingPolicy class

Represents a scaling policy.

Constructors

ScalingPolicy({required String policyName, required PolicyType policyType, TargetTrackingConfiguration? targetTrackingConfiguration})
ScalingPolicy.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
policyName String
The name of the scaling policy.
final
policyType PolicyType
The type of scaling policy.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
targetTrackingConfiguration TargetTrackingConfiguration?
The target tracking scaling policy. Includes support for predefined or customized metrics.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited