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.

Managed scaling policy for an Amazon EMR cluster. The policy specifies the limits for resources that can be added or terminated from a cluster. The policy only applies to the core and task nodes. The master node cannot be scaled after initial configuration.

Inheritance Hierarchy

System.Object
  Amazon.ElasticMapReduce.Model.ManagedScalingPolicy

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

Syntax

C#
public class ManagedScalingPolicy

The ManagedScalingPolicy type exposes the following members

Constructors

NameDescription
Public Method ManagedScalingPolicy()

Properties

NameTypeDescription
Public Property ComputeLimits Amazon.ElasticMapReduce.Model.ComputeLimits

Gets and sets the property ComputeLimits.

The Amazon EC2 unit limits for a managed scaling policy. The managed scaling activity of a cluster is not allowed to go above or below these limits. The limit only applies to the core and task nodes. The master node cannot be scaled after initial configuration.

Public Property ScalingStrategy Amazon.ElasticMapReduce.ScalingStrategy

Gets and sets the property ScalingStrategy.

Determines whether a custom scaling utilization performance index can be set. Possible values include ADVANCED or DEFAULT.

Public Property UtilizationPerformanceIndex System.Int32

Gets and sets the property UtilizationPerformanceIndex.

An integer value that represents an advanced scaling strategy. Setting a higher value optimizes for performance. Setting a lower value optimizes for resource conservation. Setting the value to 50 balances performance and resource conservation. Possible values are 1, 25, 50, 75, and 100.

Version Information

.NET:
Supported in: 8.0 and newer, Core 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5 and newer, 3.5