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:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnExperimentTemplate.CloudWatchDashboardProperty
static final class
An implementation forCfnExperimentTemplate.CloudWatchDashboardProperty
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
The Amazon Resource Name (ARN) of the CloudWatch dashboard to include in the experiment report.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getDashboardIdentifier
The Amazon Resource Name (ARN) of the CloudWatch dashboard to include in the experiment report.- See Also:
-
builder
-