Show / Hide Table of Contents

Class MetricAlarmMetricQuery

Inheritance
System.Object
MetricAlarmMetricQuery
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 MetricAlarmMetricQuery

Fields

View Source

Expression

The math expression to be performed on the returned data, if this object is performing a math expression. This expression can use the id of the other metrics to refer to those metrics, and can also use the id of other expressions to use the result of those expressions. For more information about metric math expressions, see Metric Math Syntax and Functions in the Amazon CloudWatch User Guide.

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

Id

A short name used to tie this object to the results in the response. If you are performing math expressions on this set of data, this name represents that data and can serve as a variable in the mathematical expression. The valid characters are letters, numbers, and underscore. The first character must be a lowercase letter.

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

Label

A human-readable label for this metric or expression. This is especially useful if this is an expression, so that you know what the value represents.

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

Metric

The metric to be returned, along with statistics, period, and units. Use this parameter only if this object is retrieving a metric and not performing a math expression on returned data.

Declaration
public readonly MetricAlarmMetricQueryMetric Metric
Field Value
Type Description
MetricAlarmMetricQueryMetric
View Source

ReturnData

Specify exactly one metric_query to be true to use that metric_query result as the alarm.

Declaration
public readonly bool? ReturnData
Field Value
Type Description
System.Nullable<System.Boolean>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.