Show / Hide Table of Contents

Class PolicyStepScalingPolicyConfigurationStepAdjustmentArgs

Inheritance
System.Object
InputArgs
ResourceArgs
PolicyStepScalingPolicyConfigurationStepAdjustmentArgs
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 PolicyStepScalingPolicyConfigurationStepAdjustmentArgs : ResourceArgs

Constructors

View Source

PolicyStepScalingPolicyConfigurationStepAdjustmentArgs()

Declaration
public PolicyStepScalingPolicyConfigurationStepAdjustmentArgs()

Properties

View Source

MetricIntervalLowerBound

Declaration
public Input<string> MetricIntervalLowerBound { get; set; }
Property Value
Type Description
Input<System.String>
View Source

MetricIntervalUpperBound

Declaration
public Input<string> MetricIntervalUpperBound { get; set; }
Property Value
Type Description
Input<System.String>
View Source

ScalingAdjustment

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