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.

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. See PutAutoScalingPolicy.

Inheritance Hierarchy

System.Object
  Amazon.ElasticMapReduce.Model.AutoScalingPolicyDescription

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

Syntax

C#
public class AutoScalingPolicyDescription

The AutoScalingPolicyDescription type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property Constraints Amazon.ElasticMapReduce.Model.ScalingConstraints

Gets and sets the property Constraints.

The upper and lower Amazon EC2 instance limits for an automatic scaling policy. Automatic scaling activity will not cause an instance group to grow above or below these limits.

Public Property Rules System.Collections.Generic.List<Amazon.ElasticMapReduce.Model.ScalingRule>

Gets and sets the property Rules.

The scale-in and scale-out rules that comprise the automatic scaling policy.

Public Property Status Amazon.ElasticMapReduce.Model.AutoScalingPolicyStatus

Gets and sets the property Status.

The status of an automatic scaling policy.

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