Show / Hide Table of Contents

Class MetricAlarmMetricQueryMetric

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

Fields

View Source

Dimensions

The dimensions for this metric. For the list of available dimensions see the AWS documentation here.

Declaration
public readonly ImmutableDictionary<string, object> Dimensions
Field Value
Type Description
System.Collections.Immutable.ImmutableDictionary<System.String, System.Object>
View Source

MetricName

The name for this metric. See docs for supported metrics.

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

Namespace

The namespace for this metric. See docs for the list of namespaces. See docs for supported metrics.

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

Period

The period in seconds over which the specified stat is applied.

Declaration
public readonly int Period
Field Value
Type Description
System.Int32
View Source

Stat

The statistic to apply to this metric. Either of the following is supported: SampleCount, Average, Sum, Minimum, Maximum

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

Unit

The unit for this metric.

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