interface DashboardReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Interfaces.CloudTrail.DashboardReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/interfaces/awscloudtrail#DashboardReference |
Java | software.amazon.awscdk.interfaces.cloudtrail.DashboardReference |
Python | aws_cdk.interfaces.aws_cloudtrail.DashboardReference |
TypeScript | aws-cdk-lib » interfaces » aws_cloudtrail » DashboardReference |
A reference to a Dashboard resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_cloudtrail as interfaces_aws_cloudtrail } from 'aws-cdk-lib/interfaces';
const dashboardReference: interfaces_aws_cloudtrail.DashboardReference = {
dashboardArn: 'dashboardArn',
};
Properties
| Name | Type | Description |
|---|---|---|
| dashboard | string | The DashboardArn of the Dashboard resource. |
dashboardArn
Type:
string
The DashboardArn of the Dashboard resource.

.NET
Go
Java
Python
TypeScript