LoadBasedAutoScalingConfiguration class

Describes a layer's load-based auto scaling configuration.

Constructors

LoadBasedAutoScalingConfiguration({AutoScalingThresholds? downScaling, bool? enable, String? layerId, AutoScalingThresholds? upScaling})
LoadBasedAutoScalingConfiguration.fromJson(Map<String, dynamic> json)
factory

Properties

downScaling AutoScalingThresholds?
An AutoScalingThresholds object that describes the downscaling configuration, which defines how and when AWS OpsWorks Stacks reduces the number of instances.
final
enable bool?
Whether load-based auto scaling is enabled for the layer.
final
hashCode int
The hash code for this object.
no setterinherited
layerId String?
The layer ID.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
upScaling AutoScalingThresholds?
An AutoScalingThresholds object that describes the upscaling configuration, which defines how and when AWS OpsWorks Stacks increases the number of instances.
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