Interface CfnExperimentTemplate.CloudWatchDashboardProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnExperimentTemplate.CloudWatchDashboardProperty.Jsii$Proxy
Enclosing class:
CfnExperimentTemplate

@Stability(Stable) public static interface CfnExperimentTemplate.CloudWatchDashboardProperty extends software.amazon.jsii.JsiiSerializable
The CloudWatch dashboards to include as data sources in the experiment report.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.services.fis.*;
 CloudWatchDashboardProperty cloudWatchDashboardProperty = CloudWatchDashboardProperty.builder()
         .dashboardIdentifier("dashboardIdentifier")
         .build();
 

See Also: