AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Container for the parameters to the PutAutoScalingPolicy operation. Creates or updates an 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 Amazon EC2 instances in response to the value of a CloudWatch metric.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.ElasticMapReduce.AmazonElasticMapReduceRequest
      Amazon.ElasticMapReduce.Model.PutAutoScalingPolicyRequest

Namespace: Amazon.ElasticMapReduce.Model
Assembly: AWSSDK.ElasticMapReduce.dll
Version: 3.x.y.z

Syntax

C#
public class PutAutoScalingPolicyRequest : AmazonElasticMapReduceRequest
         IAmazonWebServiceRequest

The PutAutoScalingPolicyRequest type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property AutoScalingPolicy Amazon.ElasticMapReduce.Model.AutoScalingPolicy

Gets and sets the property AutoScalingPolicy.

Specifies the definition of the automatic scaling policy.

Public Property ClusterId System.String

Gets and sets the property ClusterId.

Specifies the ID of a cluster. The instance group to which the automatic scaling policy is applied is within this cluster.

Public Property InstanceGroupId System.String

Gets and sets the property InstanceGroupId.

Specifies the ID of the instance group to which the automatic scaling policy is applied.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5