interface DashboardReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.CloudTrail.DashboardReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awscloudtrail#DashboardReference |
![]() | software.amazon.awscdk.services.cloudtrail.DashboardReference |
![]() | aws_cdk.aws_cloudtrail.DashboardReference |
![]() | aws-cdk-lib » 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 cloudtrail } from 'aws-cdk-lib';
const dashboardReference: 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.