Show / Hide Table of Contents

Class PolicyTargetTrackingConfigurationCustomizedMetricSpecificationArgs

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

Constructors

View Source

PolicyTargetTrackingConfigurationCustomizedMetricSpecificationArgs()

Declaration
public PolicyTargetTrackingConfigurationCustomizedMetricSpecificationArgs()

Properties

View Source

MetricDimensions

The dimensions of the metric.

Declaration
public InputList<PolicyTargetTrackingConfigurationCustomizedMetricSpecificationMetricDimensionArgs> MetricDimensions { get; set; }
Property Value
Type Description
InputList<PolicyTargetTrackingConfigurationCustomizedMetricSpecificationMetricDimensionArgs>
View Source

MetricName

The name of the metric.

Declaration
public Input<string> MetricName { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Namespace

The namespace of the metric.

Declaration
public Input<string> Namespace { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Statistic

The statistic of the metric.

Declaration
public Input<string> Statistic { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Unit

The unit of the metric.

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