Interface CfnComputeNodeGroup.IScalingConfigurationProperty
Specifies the boundaries of the compute node group auto scaling.
Namespace: Amazon.CDK.AwsPcs
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IScalingConfigurationProperty
Syntax (vb)
Public Interface IScalingConfigurationProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Aws_pcs;
var scalingConfigurationProperty = new ScalingConfigurationProperty {
MaxInstanceCount = 123,
MinInstanceCount = 123
};
Synopsis
Properties
Max |
The upper bound of the number of instances allowed in the compute fleet. |
Min |
The lower bound of the number of instances allowed in the compute fleet. |
Properties
MaxInstanceCount
The upper bound of the number of instances allowed in the compute fleet.
double MaxInstanceCount { get; }
Property Value
System.
Remarks
MinInstanceCount
The lower bound of the number of instances allowed in the compute fleet.
double MinInstanceCount { get; }
Property Value
System.