Class PolicyTargetTrackingConfigurationPredefinedMetricSpecificationArgs
Inheritance
System.Object
PolicyTargetTrackingConfigurationPredefinedMetricSpecificationArgs
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.AutoScaling.Inputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class PolicyTargetTrackingConfigurationPredefinedMetricSpecificationArgs : ResourceArgs
Constructors
View SourcePolicyTargetTrackingConfigurationPredefinedMetricSpecificationArgs()
Declaration
public PolicyTargetTrackingConfigurationPredefinedMetricSpecificationArgs()
Properties
View SourcePredefinedMetricType
The metric type.
Declaration
public Input<string> PredefinedMetricType { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ResourceLabel
Identifies the resource associated with the metric type.
Declaration
public Input<string> ResourceLabel { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |