Class MetricAlarmMetricQueryMetricArgs
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.Inputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class MetricAlarmMetricQueryMetricArgs : ResourceArgs
Constructors
View SourceMetricAlarmMetricQueryMetricArgs()
Declaration
public MetricAlarmMetricQueryMetricArgs()
Properties
View SourceDimensions
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> |
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> |
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> |
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> |
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> |
Unit
The unit for this metric.
Declaration
public Input<string> Unit { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |