![]() |
![]()
| ![]() |
![]()
NAMEPaws::EMR::InstanceGroup 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::InstanceGroup object: $service_obj->Method(Att1 => { AutoScalingPolicy => $value, ..., Status => $value }); Results returned from an API call Use accessors for each attribute. If Att1 is expected to be an Paws::EMR::InstanceGroup object: $result = $service_obj->Method(...); $result->Att1->AutoScalingPolicy DESCRIPTIONThis entity represents an instance group, which is a group of instances that have common purpose. For example, CORE instance group is used for HDFS. ATTRIBUTESAutoScalingPolicy => Paws::EMR::AutoScalingPolicyDescriptionAn automatic scaling policy for a core instance group or task instance group in an Amazon EMR cluster. The automatic scaling policy defines how an instance group dynamically adds and terminates EC2 instances in response to the value of a CloudWatch metric. See PutAutoScalingPolicy. BidPrice => StrIf specified, indicates that the instance group uses Spot Instances. This is the maximum price you are willing to pay for Spot Instances. Specify "OnDemandPrice" to set the amount equal to the On-Demand price, or specify an amount in USD. Configurations => ArrayRef[Paws::EMR::Configuration]Amazon EMR releases 4.x or later. The list of configurations supplied for an EMR cluster instance group. You can specify a separate configuration for each instance group (master, core, and task). ConfigurationsVersion => IntThe version number of the requested configuration specification for this instance group. EbsBlockDevices => ArrayRef[Paws::EMR::EbsBlockDevice]The EBS block devices that are mapped to this instance group. EbsOptimized => BoolIf the instance group is EBS-optimized. An Amazon EBS-optimized instance uses an optimized configuration stack and provides additional, dedicated capacity for Amazon EBS I/O. Id => StrThe identifier of the instance group. InstanceGroupType => StrThe type of the instance group. Valid values are MASTER, CORE or TASK. InstanceType => StrThe EC2 instance type for all instances in the instance group. LastSuccessfullyAppliedConfigurations => ArrayRef[Paws::EMR::Configuration]A list of configurations that were successfully applied for an instance group last time. LastSuccessfullyAppliedConfigurationsVersion => IntThe version number of a configuration specification that was successfully applied for an instance group last time. Market => StrThe marketplace to provision instances for this group. Valid values are ON_DEMAND or SPOT. Name => StrThe name of the instance group. RequestedInstanceCount => IntThe target number of instances for the instance group. RunningInstanceCount => IntThe number of instances currently running in this instance group. ShrinkPolicy => Paws::EMR::ShrinkPolicyPolicy for customizing shrink operations. Status => Paws::EMR::InstanceGroupStatusThe current status of the instance group. 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>
|