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

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.

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