Interface IRenderSignalsOptions
- Namespace
- Amazon.CDK.AWS.AutoScaling
- Assembly
- Amazon.CDK.AWS.AutoScaling.dll
Input for Signals.renderCreationPolicy.
public interface IRenderSignalsOptions
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.AutoScaling;
var renderSignalsOptions = new RenderSignalsOptions {
DesiredCapacity = 123,
MinCapacity = 123
};
Remarks
ExampleMetadata: fixture=_generated
Properties
DesiredCapacity
The desiredCapacity of the ASG.
double? DesiredCapacity { get; }
Property Value
Remarks
Default: - desired capacity not configured
MinCapacity
The minSize of the ASG.
double? MinCapacity { get; }
Property Value
Remarks
Default: - minCapacity not configured