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.

This structure contains the configuration information about one metric stream.

Inheritance Hierarchy

System.Object
  Amazon.CloudWatch.Model.MetricStreamEntry

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

Syntax

C#
public class MetricStreamEntry

The MetricStreamEntry type exposes the following members

Constructors

NameDescription
Public Method MetricStreamEntry()

Properties

NameTypeDescription
Public Property Arn System.String

Gets and sets the property Arn.

The ARN of the metric stream.

Public Property CreationDate System.DateTime

Gets and sets the property CreationDate.

The date that the metric stream was originally created.

Public Property FirehoseArn System.String

Gets and sets the property FirehoseArn.

The ARN of the Kinesis Firehose devlivery stream that is used for this metric stream.

Public Property LastUpdateDate System.DateTime

Gets and sets the property LastUpdateDate.

The date that the configuration of this metric stream was most recently updated.

Public Property Name System.String

Gets and sets the property Name.

The name of the metric stream.

Public Property OutputFormat Amazon.CloudWatch.MetricStreamOutputFormat

Gets and sets the property OutputFormat.

The output format of this metric stream. Valid values are json, opentelemetry1.0, and opentelemetry0.7.

Public Property State System.String

Gets and sets the property State.

The current state of this stream. Valid values are running and stopped.

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