Interface CfnExperimentTemplate.DataSourcesProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnExperimentTemplate.DataSourcesProperty.Jsii$Proxy
- Enclosing class:
CfnExperimentTemplate
@Stability(Stable)
public static interface CfnExperimentTemplate.DataSourcesProperty
extends software.amazon.jsii.JsiiSerializable
Describes the data sources for 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.*; DataSourcesProperty dataSourcesProperty = DataSourcesProperty.builder() .cloudWatchDashboards(List.of(CloudWatchDashboardProperty.builder() .dashboardIdentifier("dashboardIdentifier") .build())) .build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final class
A builder forCfnExperimentTemplate.DataSourcesProperty
static final class
An implementation forCfnExperimentTemplate.DataSourcesProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getCloudWatchDashboards
The CloudWatch dashboards to include as data sources in the experiment report.- See Also:
-
builder
-