Class ScheduledAction
Define a scheduled scaling action.
Inherited Members
Namespace: Amazon.CDK.AWS.AutoScaling
Assembly: Amazon.CDK.AWS.AutoScaling.dll
Syntax (csharp)
public class ScheduledAction : Resource, IResource, IConstruct, IConstruct, IDependable
Syntax (vb)
Public Class ScheduledAction
Inherits Resource
Implements IResource, IConstruct, IConstruct, IDependable
Synopsis
Constructors
ScheduledAction(ByRefValue) | Used by jsii to construct an instance of this class from a Javascript-owned object reference |
ScheduledAction(DeputyBase.DeputyProps) | Used by jsii to construct an instance of this class from DeputyProps |
ScheduledAction(Construct, String, IScheduledActionProps) |
Constructors
ScheduledAction(ByRefValue)
Used by jsii to construct an instance of this class from a Javascript-owned object reference
protected ScheduledAction(ByRefValue reference)
Parameters
- reference Amazon.JSII.Runtime.Deputy.ByRefValue
The Javascript-owned object reference
ScheduledAction(DeputyBase.DeputyProps)
Used by jsii to construct an instance of this class from DeputyProps
protected ScheduledAction(DeputyBase.DeputyProps props)
Parameters
- props Amazon.JSII.Runtime.Deputy.DeputyBase.DeputyProps
The deputy props
ScheduledAction(Construct, String, IScheduledActionProps)
public ScheduledAction(Construct scope, string id, IScheduledActionProps props)
Parameters
- scope Constructs.Construct
- id System.String
- props IScheduledActionProps
Implements
Constructs.IConstruct