Class CfnAutoScalingScheduledAction

With scheduled actions, the group size properties of an Auto Scaling group can change at any time.

Inheritance

CfnAutoScalingScheduledAction

Implements
Inherited Members
Namespace: Amazon.CDK
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnAutoScalingScheduledAction : ICfnAutoScalingScheduledAction
Syntax (vb)
Public Class CfnAutoScalingScheduledAction Implements ICfnAutoScalingScheduledAction
Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK;

             var cfnAutoScalingScheduledAction = new CfnAutoScalingScheduledAction {
                 IgnoreUnmodifiedGroupSizeProperties = false
             };

Synopsis

Constructors

Properties

Constructors

CfnAutoScalingScheduledAction()

With scheduled actions, the group size properties of an Auto Scaling group can change at any time.

public CfnAutoScalingScheduledAction()
Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK;

             var cfnAutoScalingScheduledAction = new CfnAutoScalingScheduledAction {
                 IgnoreUnmodifiedGroupSizeProperties = false
             };

Properties

IgnoreUnmodifiedGroupSizeProperties

With scheduled actions, the group size properties of an Auto Scaling group can change at any time.

public bool? IgnoreUnmodifiedGroupSizeProperties { get; set; }
Property Value

bool?

Implements