Show / Hide Table of Contents

Class ScheduledAction

Define a scheduled scaling action.

Inheritance
System.Object
Construct
Resource
ScheduledAction
Implements
IResource
IConstruct
Constructs.IConstruct
IDependable
Inherited Members
Resource.GeneratePhysicalName()
Resource.GetResourceArnAttribute(String, IArnComponents)
Resource.GetResourceNameAttribute(String)
Resource.Env
Resource.PhysicalName
Resource.Stack
Construct.IsConstruct(Object)
Construct.OnPrepare()
Construct.OnSynthesize(ISynthesisSession)
Construct.OnValidate()
Construct.Prepare()
Construct.Synthesize(ISynthesisSession)
Construct.Validate()
Construct.Node
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

IResource
IConstruct
Constructs.IConstruct
IDependable
Back to top Generated by DocFX