Show / Hide Table of Contents

Class ScheduledActionScalableTargetActionArgs

Inheritance
System.Object
InputArgs
ResourceArgs
ScheduledActionScalableTargetActionArgs
Inherited Members
ResourceArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Aws.AppAutoScaling.Inputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class ScheduledActionScalableTargetActionArgs : ResourceArgs

Constructors

View Source

ScheduledActionScalableTargetActionArgs()

Declaration
public ScheduledActionScalableTargetActionArgs()

Properties

View Source

MaxCapacity

The maximum capacity.

Declaration
public Input<int> MaxCapacity { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

MinCapacity

The minimum capacity.

Declaration
public Input<int> MinCapacity { get; set; }
Property Value
Type Description
Input<System.Int32>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.