Show / Hide Table of Contents

Class PolicyTargetTrackingConfigurationCustomizedMetricSpecification

Inheritance
System.Object
PolicyTargetTrackingConfigurationCustomizedMetricSpecification
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.Outputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class PolicyTargetTrackingConfigurationCustomizedMetricSpecification

Fields

View Source

MetricDimensions

The dimensions of the metric.

Declaration
public readonly ImmutableArray<PolicyTargetTrackingConfigurationCustomizedMetricSpecificationMetricDimension> MetricDimensions
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<PolicyTargetTrackingConfigurationCustomizedMetricSpecificationMetricDimension>
View Source

MetricName

The name of the metric.

Declaration
public readonly string MetricName
Field Value
Type Description
System.String
View Source

Namespace

The namespace of the metric.

Declaration
public readonly string Namespace
Field Value
Type Description
System.String
View Source

Statistic

The statistic of the metric.

Declaration
public readonly string Statistic
Field Value
Type Description
System.String
View Source

Unit

The unit of the metric.

Declaration
public readonly string Unit
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.