NAME
Paws::EMR::ScalingRule
USAGE
This class represents one of two things:
Arguments in a call to a service
Use the attributes of this class as arguments to methods. You shouldn't make instances of this class. Each attribute should be used as a named argument in the calls that expect this type of object.
As an example, if Att1 is expected to be a Paws::EMR::ScalingRule object:
$service_obj->Method(Att1 => { Action => $value, ..., Trigger => $value });
Results returned from an API call
Use accessors for each attribute. If Att1 is expected to be an Paws::EMR::ScalingRule object:
$result = $service_obj->Method(...);
$result->Att1->Action
DESCRIPTION
A scale-in or scale-out rule that defines scaling activity, including the CloudWatch metric alarm that triggers activity, how EC2 instances are added or removed, and the periodicity of adjustments. The automatic scaling policy for an instance group can comprise one or more automatic scaling rules.
ATTRIBUTES
REQUIRED Action => Paws::EMR::ScalingAction
The conditions that trigger an automatic scaling activity.
Description => Str
A friendly, more verbose description of the automatic scaling rule.
REQUIRED Name => Str
The name used to identify an automatic scaling rule. Rule names must be unique within a scaling policy.
REQUIRED Trigger => Paws::EMR::ScalingTrigger
The CloudWatch alarm definition that determines when automatic scaling activity is triggered.
SEE ALSO
This class forms part of Paws, describing an object used in Paws::EMR
BUGS and CONTRIBUTIONS
The source code is located here: https://github.com/pplu/aws-sdk-perl
Please report bugs to: https://github.com/pplu/aws-sdk-perl/issues