interface DataSourcesProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.FIS.Mixins.CfnExperimentTemplatePropsMixin.DataSourcesProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsfis/mixins#CfnExperimentTemplatePropsMixin_DataSourcesProperty |
Java | software.amazon.awscdk.mixins.preview.services.fis.mixins.CfnExperimentTemplatePropsMixin.DataSourcesProperty |
Python | aws_cdk.mixins_preview.aws_fis.mixins.CfnExperimentTemplatePropsMixin.DataSourcesProperty |
TypeScript | @aws-cdk/mixins-preview » aws_fis » mixins » CfnExperimentTemplatePropsMixin » DataSourcesProperty |
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 { mixins as fis_mixins } from '@aws-cdk/mixins-preview/aws-fis';
const dataSourcesProperty: fis_mixins.CfnExperimentTemplatePropsMixin.DataSourcesProperty = {
cloudWatchDashboards: [{
dashboardIdentifier: 'dashboardIdentifier',
}],
};
Properties
| Name | Type | Description |
|---|---|---|
| cloud | IResolvable | (IResolvable | Cloud)[] | The CloudWatch dashboards to include as data sources in the experiment report. |
cloudWatchDashboards?
Type:
IResolvable | (IResolvable | Cloud)[]
(optional)
The CloudWatch dashboards to include as data sources in the experiment report.

.NET
Go
Java
Python
TypeScript