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.

Represents a specific dashboard.

Inheritance Hierarchy

System.Object
  Amazon.CloudWatch.Model.DashboardEntry

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

Syntax

C#
public class DashboardEntry

The DashboardEntry type exposes the following members

Constructors

NameDescription
Public Method DashboardEntry()

Properties

NameTypeDescription
Public Property DashboardArn System.String

Gets and sets the property DashboardArn.

The Amazon Resource Name (ARN) of the dashboard.

Public Property DashboardName System.String

Gets and sets the property DashboardName.

The name of the dashboard.

Public Property LastModified System.DateTime

Gets and sets the property LastModified.

The time stamp of when the dashboard was last modified, either by an API call or through the console. This number is expressed as the number of milliseconds since Jan 1, 1970 00:00:00 UTC.

Public Property Size System.Int64

Gets and sets the property Size.

The size of the dashboard, in bytes.

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