Class PolicyTargetTrackingScalingPolicyConfigurationCustomizedMetricSpecificationArgs
Inheritance
System.Object
PolicyTargetTrackingScalingPolicyConfigurationCustomizedMetricSpecificationArgs
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 PolicyTargetTrackingScalingPolicyConfigurationCustomizedMetricSpecificationArgs : ResourceArgs
Constructors
View SourcePolicyTargetTrackingScalingPolicyConfigurationCustomizedMetricSpecificationArgs()
Declaration
public PolicyTargetTrackingScalingPolicyConfigurationCustomizedMetricSpecificationArgs()
Properties
View SourceDimensions
Configuration block(s) with the dimensions of the metric if the metric was published with dimensions. Detailed below.
Declaration
public InputList<PolicyTargetTrackingScalingPolicyConfigurationCustomizedMetricSpecificationDimensionArgs> Dimensions { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<PolicyTargetTrackingScalingPolicyConfigurationCustomizedMetricSpecificationDimensionArgs> |
MetricName
The name of the metric.
Declaration
public Input<string> MetricName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Namespace
The namespace of the metric.
Declaration
public Input<string> Namespace { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Statistic
The statistic of the metric. Valid values: Average, Minimum, Maximum, SampleCount, and Sum.
Declaration
public Input<string> Statistic { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Unit
The unit of the metric.
Declaration
public Input<string> Unit { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |