interface DataSourcesProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.FIS.CfnExperimentTemplate.DataSourcesProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsfis#CfnExperimentTemplate_DataSourcesProperty |
Java | software.amazon.awscdk.services.fis.CfnExperimentTemplate.DataSourcesProperty |
Python | aws_cdk.aws_fis.CfnExperimentTemplate.DataSourcesProperty |
TypeScript | aws-cdk-lib » aws_fis » CfnExperimentTemplate » 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 { aws_fis as fis } from 'aws-cdk-lib';
const dataSourcesProperty: fis.CfnExperimentTemplate.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.