Class DashboardReference
A reference to a Dashboard resource.
Implements
Inherited Members
Namespace: Amazon.CDK.AWS.CloudWatch
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class DashboardReference : IDashboardReference
Syntax (vb)
Public Class DashboardReference Implements IDashboardReference
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.CloudWatch;
var dashboardReference = new DashboardReference {
DashboardName = "dashboardName"
};
Synopsis
Constructors
DashboardReference() | A reference to a Dashboard resource. |
Properties
DashboardName | The DashboardName of the Dashboard resource. |
Constructors
DashboardReference()
A reference to a Dashboard resource.
public DashboardReference()
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.CloudWatch;
var dashboardReference = new DashboardReference {
DashboardName = "dashboardName"
};
Properties
DashboardName
The DashboardName of the Dashboard resource.
public string DashboardName { get; set; }
Property Value
Remarks
ExampleMetadata: fixture=_generated