Class PolicyStepScalingPolicyConfigurationStepAdjustmentGetArgs
Inheritance
System.Object
PolicyStepScalingPolicyConfigurationStepAdjustmentGetArgs
Inherited Members
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 PolicyStepScalingPolicyConfigurationStepAdjustmentGetArgs : ResourceArgs
Constructors
View SourcePolicyStepScalingPolicyConfigurationStepAdjustmentGetArgs()
Declaration
public PolicyStepScalingPolicyConfigurationStepAdjustmentGetArgs()
Properties
View SourceMetricIntervalLowerBound
Declaration
public Input<string> MetricIntervalLowerBound { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
MetricIntervalUpperBound
Declaration
public Input<string> MetricIntervalUpperBound { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ScalingAdjustment
Declaration
public Input<int> ScalingAdjustment { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |