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 SourceDimensions
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> |
MetricName
The name for this metric. See docs for supported metrics.
Declaration
public readonly string MetricName
Field Value
| Type | Description |
|---|---|
| System.String |
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 |
Period
The period in seconds over which the specified stat is applied.
Declaration
public readonly int Period
Field Value
| Type | Description |
|---|---|
| System.Int32 |
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 |
Unit
The unit for this metric.
Declaration
public readonly string Unit
Field Value
| Type | Description |
|---|---|
| System.String |