Class CfnExperimentTemplate.CloudWatchDashboardProperty
The CloudWatch dashboards to include as data sources in the experiment report.
Inherited Members
Namespace: Amazon.CDK.AWS.FIS
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnExperimentTemplate.CloudWatchDashboardProperty : CfnExperimentTemplate.ICloudWatchDashboardProperty
Syntax (vb)
Public Class CfnExperimentTemplate.CloudWatchDashboardProperty Implements CfnExperimentTemplate.ICloudWatchDashboardProperty
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.FIS;
var cloudWatchDashboardProperty = new CloudWatchDashboardProperty {
DashboardIdentifier = "dashboardIdentifier"
};
Synopsis
Constructors
| CloudWatchDashboardProperty() | The CloudWatch dashboards to include as data sources in the experiment report. |
Properties
| DashboardIdentifier | The Amazon Resource Name (ARN) of the CloudWatch dashboard to include in the experiment report. |
Constructors
CloudWatchDashboardProperty()
The CloudWatch dashboards to include as data sources in the experiment report.
public CloudWatchDashboardProperty()
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.FIS;
var cloudWatchDashboardProperty = new CloudWatchDashboardProperty {
DashboardIdentifier = "dashboardIdentifier"
};
Properties
DashboardIdentifier
The Amazon Resource Name (ARN) of the CloudWatch dashboard to include in the experiment report.
public string DashboardIdentifier { get; set; }