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.

A scale-in or scale-out rule that defines scaling activity, including the CloudWatch metric alarm that triggers activity, how Amazon 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.

Inheritance Hierarchy

System.Object
  Amazon.ElasticMapReduce.Model.ScalingRule

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

Syntax

C#
public class ScalingRule

The ScalingRule type exposes the following members

Constructors

NameDescription
Public Method ScalingRule()

Properties

NameTypeDescription
Public Property Action Amazon.ElasticMapReduce.Model.ScalingAction

Gets and sets the property Action.

The conditions that trigger an automatic scaling activity.

Public Property Description System.String

Gets and sets the property Description.

A friendly, more verbose description of the automatic scaling rule.

Public Property Name System.String

Gets and sets the property Name.

The name used to identify an automatic scaling rule. Rule names must be unique within a scaling policy.

Public Property Trigger Amazon.ElasticMapReduce.Model.ScalingTrigger

Gets and sets the property Trigger.

The CloudWatch alarm definition that determines when automatic scaling activity is triggered.

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