Show / Hide Table of Contents

Class MetricAlarmMetricQueryMetricArgs

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

Constructors

View Source

MetricAlarmMetricQueryMetricArgs()

Declaration
public MetricAlarmMetricQueryMetricArgs()

Properties

View Source

Dimensions

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

Declaration
public InputMap<object> Dimensions { get; set; }
Property Value
Type Description
InputMap<System.Object>
View Source

MetricName

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

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

Namespace

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

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

Period

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

Declaration
public Input<int> Period { get; set; }
Property Value
Type Description
Input<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 Input<string> Stat { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Unit

The unit for this 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.