Show / Hide Table of Contents

Class PolicyTargetTrackingConfigurationArgs

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

Constructors

View Source

PolicyTargetTrackingConfigurationArgs()

Declaration
public PolicyTargetTrackingConfigurationArgs()

Properties

View Source

CustomizedMetricSpecification

A customized metric. Conflicts with predefined_metric_specification.

Declaration
public Input<PolicyTargetTrackingConfigurationCustomizedMetricSpecificationArgs> CustomizedMetricSpecification { get; set; }
Property Value
Type Description
Input<PolicyTargetTrackingConfigurationCustomizedMetricSpecificationArgs>
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<PolicyTargetTrackingConfigurationPredefinedMetricSpecificationArgs> PredefinedMetricSpecification { get; set; }
Property Value
Type Description
Input<PolicyTargetTrackingConfigurationPredefinedMetricSpecificationArgs>
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.