AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Describes an action that captures a CloudWatch metric.

Inheritance Hierarchy

System.Object
  Amazon.IoT.Model.CloudwatchMetricAction

Namespace: Amazon.IoT.Model
Assembly: AWSSDK.IoT.dll
Version: 3.x.y.z

Syntax

C#
public class CloudwatchMetricAction

The CloudwatchMetricAction type exposes the following members

Constructors

NameDescription
Public Method CloudwatchMetricAction()

Properties

NameTypeDescription
Public Property MetricName System.String

Gets and sets the property MetricName.

The CloudWatch metric name.

Public Property MetricNamespace System.String

Gets and sets the property MetricNamespace.

The CloudWatch metric namespace name.

Public Property MetricTimestamp System.String

Gets and sets the property MetricTimestamp.

An optional Unix timestamp.

Public Property MetricUnit System.String

Gets and sets the property MetricUnit.

The metric unit supported by CloudWatch.

Public Property MetricValue System.String

Gets and sets the property MetricValue.

The CloudWatch metric value.

Public Property RoleArn System.String

Gets and sets the property RoleArn.

The IAM role that allows access to the CloudWatch metric.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5