Show / Hide Table of Contents

Interface IMetric

Interface for metrics.

Namespace: Amazon.CDK.AWS.CloudWatch
Assembly: Amazon.CDK.AWS.CloudWatch.dll
Syntax (csharp)
public interface IMetric
Syntax (vb)
Public Interface IMetric

Synopsis

Properties

Warnings

Any warnings related to this metric.

Methods

ToAlarmConfig()

(deprecated) Turn this metric object into an alarm configuration.

ToGraphConfig()

(deprecated) Turn this metric object into a graph configuration.

ToMetricConfig()

Inspect the details of the metric object.

Properties

Warnings

Any warnings related to this metric.

virtual string[] Warnings { get; }
Property Value

System.String[]

Remarks

Should be attached to the consuming construct.

Default: - None

Methods

ToAlarmConfig()

(deprecated) Turn this metric object into an alarm configuration.

IMetricAlarmConfig ToAlarmConfig()
Returns

IMetricAlarmConfig

Remarks

Stability: Deprecated

ToGraphConfig()

(deprecated) Turn this metric object into a graph configuration.

IMetricGraphConfig ToGraphConfig()
Returns

IMetricGraphConfig

Remarks

Stability: Deprecated

ToMetricConfig()

Inspect the details of the metric object.

IMetricConfig ToMetricConfig()
Returns

IMetricConfig

Back to top Generated by DocFX