![]() |
![]()
| ![]() |
![]()
NAMEPaws::EMR::ScalingRule USAGEThis 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 DESCRIPTIONA 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. ATTRIBUTESREQUIRED Action => Paws::EMR::ScalingActionThe conditions that trigger an automatic scaling activity. Description => StrA friendly, more verbose description of the automatic scaling rule. REQUIRED Name => StrThe name used to identify an automatic scaling rule. Rule names must be unique within a scaling policy. REQUIRED Trigger => Paws::EMR::ScalingTriggerThe CloudWatch alarm definition that determines when automatic scaling activity is triggered. SEE ALSOThis class forms part of Paws, describing an object used in Paws::EMR BUGS and CONTRIBUTIONSThe source code is located here: <https://github.com/pplu/aws-sdk-perl> Please report bugs to: <https://github.com/pplu/aws-sdk-perl/issues>
|