interface CloudWatchDashboardProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.FIS.Mixins.CfnExperimentTemplatePropsMixin.CloudWatchDashboardProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsfis/mixins#CfnExperimentTemplatePropsMixin_CloudWatchDashboardProperty |
Java | software.amazon.awscdk.mixins.preview.services.fis.mixins.CfnExperimentTemplatePropsMixin.CloudWatchDashboardProperty |
Python | aws_cdk.mixins_preview.aws_fis.mixins.CfnExperimentTemplatePropsMixin.CloudWatchDashboardProperty |
TypeScript | @aws-cdk/mixins-preview » aws_fis » mixins » CfnExperimentTemplatePropsMixin » CloudWatchDashboardProperty |
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 { mixins as fis_mixins } from '@aws-cdk/mixins-preview/aws-fis';
const cloudWatchDashboardProperty: fis_mixins.CfnExperimentTemplatePropsMixin.CloudWatchDashboardProperty = {
dashboardIdentifier: 'dashboardIdentifier',
};
Properties
| Name | Type | Description |
|---|---|---|
| dashboard | string | The Amazon Resource Name (ARN) of the CloudWatch dashboard to include in the experiment report. |
dashboardIdentifier?
Type:
string
(optional)
The Amazon Resource Name (ARN) of the CloudWatch dashboard to include in the experiment report.

.NET
Go
Java
Python
TypeScript