Show / Hide Table of Contents

Class CfnScalableTargetPropsMixin.ScalableTargetActionProperty

ScalableTargetAction specifies the minimum and maximum capacity for the ScalableTargetAction property of the AWS::ApplicationAutoScaling::ScalableTarget ScheduledAction property type.

Inheritance
object
CfnScalableTargetPropsMixin.ScalableTargetActionProperty
Implements
CfnScalableTargetPropsMixin.IScalableTargetActionProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.ApplicationAutoScaling
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnScalableTargetPropsMixin.ScalableTargetActionProperty : CfnScalableTargetPropsMixin.IScalableTargetActionProperty
Syntax (vb)
Public Class CfnScalableTargetPropsMixin.ScalableTargetActionProperty Implements CfnScalableTargetPropsMixin.IScalableTargetActionProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalabletarget-scalabletargetaction.html

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.CfnPropertyMixins.AWS.ApplicationAutoScaling;

             var scalableTargetActionProperty = new ScalableTargetActionProperty {
                 MaxCapacity = 123,
                 MinCapacity = 123
             };

Synopsis

Constructors

ScalableTargetActionProperty()

ScalableTargetAction specifies the minimum and maximum capacity for the ScalableTargetAction property of the AWS::ApplicationAutoScaling::ScalableTarget ScheduledAction property type.

Properties

MaxCapacity

The maximum capacity.

MinCapacity

The minimum capacity.

Constructors

ScalableTargetActionProperty()

ScalableTargetAction specifies the minimum and maximum capacity for the ScalableTargetAction property of the AWS::ApplicationAutoScaling::ScalableTarget ScheduledAction property type.

public ScalableTargetActionProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalabletarget-scalabletargetaction.html

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.CfnPropertyMixins.AWS.ApplicationAutoScaling;

             var scalableTargetActionProperty = new ScalableTargetActionProperty {
                 MaxCapacity = 123,
                 MinCapacity = 123
             };

Properties

MaxCapacity

The maximum capacity.

public double? MaxCapacity { get; set; }
Property Value

double?

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalabletarget-scalabletargetaction.html#cfn-applicationautoscaling-scalabletarget-scalabletargetaction-maxcapacity

MinCapacity

The minimum capacity.

public double? MinCapacity { get; set; }
Property Value

double?

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-applicationautoscaling-scalabletarget-scalabletargetaction.html#cfn-applicationautoscaling-scalabletarget-scalabletargetaction-mincapacity

Implements

CfnScalableTargetPropsMixin.IScalableTargetActionProperty
Back to top Generated by DocFX