Table of Contents

Class RenderSignalsOptions

Namespace
Amazon.CDK.AWS.AutoScaling
Assembly
Amazon.CDK.AWS.AutoScaling.dll

Input for Signals.renderCreationPolicy.

public class RenderSignalsOptions : IRenderSignalsOptions
Inheritance
RenderSignalsOptions
Implements
Inherited Members

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

Constructors

RenderSignalsOptions()

public RenderSignalsOptions()

Properties

DesiredCapacity

The desiredCapacity of the ASG.

public double? DesiredCapacity { get; set; }

Property Value

double?

Remarks

Default: - desired capacity not configured

MinCapacity

The minSize of the ASG.

public double? MinCapacity { get; set; }

Property Value

double?

Remarks

Default: - minCapacity not configured