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 warm pool configuration.

Inheritance Hierarchy

System.Object
  Amazon.AutoScaling.Model.WarmPoolConfiguration

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

Syntax

C#
public class WarmPoolConfiguration

The WarmPoolConfiguration type exposes the following members

Constructors

NameDescription
Public Method WarmPoolConfiguration()

Properties

NameTypeDescription
Public Property InstanceReusePolicy Amazon.AutoScaling.Model.InstanceReusePolicy

Gets and sets the property InstanceReusePolicy.

The instance reuse policy.

Public Property MaxGroupPreparedCapacity System.Int32

Gets and sets the property MaxGroupPreparedCapacity.

The maximum number of instances that are allowed to be in the warm pool or in any state except Terminated for the Auto Scaling group.

Public Property MinSize System.Int32

Gets and sets the property MinSize.

The minimum number of instances to maintain in the warm pool.

Public Property PoolState Amazon.AutoScaling.WarmPoolState

Gets and sets the property PoolState.

The instance state to transition to after the lifecycle actions are complete.

Public Property Status Amazon.AutoScaling.WarmPoolStatus

Gets and sets the property Status.

The status of a warm pool that is marked for deletion.

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