Interface CfnExperimentTemplatePropsMixin.DataSourcesProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnExperimentTemplatePropsMixin.DataSourcesProperty.Jsii$Proxy
- Enclosing class:
CfnExperimentTemplatePropsMixin
@Stability(Stable)
public static interface CfnExperimentTemplatePropsMixin.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.cfnpropertymixins.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 classA builder forCfnExperimentTemplatePropsMixin.DataSourcesPropertystatic final classAn implementation forCfnExperimentTemplatePropsMixin.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.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnExperimentTemplatePropsMixin.CloudWatchDashboardProperty>- See Also:
-
builder
-