Show / Hide Table of Contents

Class PolicyTargetTrackingConfigurationGetArgs

Inheritance
System.Object
InputArgs
ResourceArgs
PolicyTargetTrackingConfigurationGetArgs
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.AutoScaling.Inputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class PolicyTargetTrackingConfigurationGetArgs : ResourceArgs

Constructors

View Source

PolicyTargetTrackingConfigurationGetArgs()

Declaration
public PolicyTargetTrackingConfigurationGetArgs()

Properties

View Source

CustomizedMetricSpecification

A customized metric. Conflicts with predefined_metric_specification.

Declaration
public Input<PolicyTargetTrackingConfigurationCustomizedMetricSpecificationGetArgs> CustomizedMetricSpecification { get; set; }
Property Value
Type Description
Input<PolicyTargetTrackingConfigurationCustomizedMetricSpecificationGetArgs>
View Source

DisableScaleIn

Indicates whether scale in by the target tracking policy is disabled.

Declaration
public Input<bool> DisableScaleIn { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

PredefinedMetricSpecification

A predefined metric. Conflicts with customized_metric_specification.

Declaration
public Input<PolicyTargetTrackingConfigurationPredefinedMetricSpecificationGetArgs> PredefinedMetricSpecification { get; set; }
Property Value
Type Description
Input<PolicyTargetTrackingConfigurationPredefinedMetricSpecificationGetArgs>
View Source

TargetValue

The target value for the metric.

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