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.

Describes a layer's load-based auto scaling configuration.

Inheritance Hierarchy

System.Object
  Amazon.OpsWorks.Model.LoadBasedAutoScalingConfiguration

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

Syntax

C#
public class LoadBasedAutoScalingConfiguration

The LoadBasedAutoScalingConfiguration type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property DownScaling Amazon.OpsWorks.Model.AutoScalingThresholds

Gets and sets the property DownScaling.

An AutoScalingThresholds object that describes the downscaling configuration, which defines how and when AWS OpsWorks Stacks reduces the number of instances.

Public Property Enable System.Boolean

Gets and sets the property Enable.

Whether load-based auto scaling is enabled for the layer.

Public Property LayerId System.String

Gets and sets the property LayerId.

The layer ID.

Public Property UpScaling Amazon.OpsWorks.Model.AutoScalingThresholds

Gets and sets the property UpScaling.

An AutoScalingThresholds object that describes the upscaling configuration, which defines how and when AWS OpsWorks Stacks increases the number of instances.

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