Show / Hide Table of Contents

Class MetricAlarmMetricQueryGetArgs

Inheritance
System.Object
InputArgs
ResourceArgs
MetricAlarmMetricQueryGetArgs
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.CloudWatch.Inputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class MetricAlarmMetricQueryGetArgs : ResourceArgs

Constructors

View Source

MetricAlarmMetricQueryGetArgs()

Declaration
public MetricAlarmMetricQueryGetArgs()

Properties

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 Input<string> Expression { get; set; }
Property Value
Type Description
Input<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 Input<string> Id { get; set; }
Property Value
Type Description
Input<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 Input<string> Label { get; set; }
Property Value
Type Description
Input<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 Input<MetricAlarmMetricQueryMetricGetArgs> Metric { get; set; }
Property Value
Type Description
Input<MetricAlarmMetricQueryMetricGetArgs>
View Source

ReturnData

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

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