Interface CfnExperimentTemplatePropsMixin.CloudWatchDashboardProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnExperimentTemplatePropsMixin.CloudWatchDashboardProperty.Jsii$Proxy
- Enclosing class:
CfnExperimentTemplatePropsMixin
@Stability(Stable)
public static interface CfnExperimentTemplatePropsMixin.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.cfnpropertymixins.services.fis.*;
CloudWatchDashboardProperty cloudWatchDashboardProperty = CloudWatchDashboardProperty.builder()
.dashboardIdentifier("dashboardIdentifier")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnExperimentTemplatePropsMixin.CloudWatchDashboardProperty -
Method Summary
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
@Stability(Stable) static CfnExperimentTemplatePropsMixin.CloudWatchDashboardProperty.Builder builder()
-