interface DashboardReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.QuickSight.DashboardReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#DashboardReference |
![]() | software.amazon.awscdk.services.quicksight.DashboardReference |
![]() | aws_cdk.aws_quicksight.DashboardReference |
![]() | aws-cdk-lib » aws_quicksight » 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_quicksight as quicksight } from 'aws-cdk-lib';
const dashboardReference: quicksight.DashboardReference = {
awsAccountId: 'awsAccountId',
dashboardArn: 'dashboardArn',
dashboardId: 'dashboardId',
};
Properties
Name | Type | Description |
---|---|---|
aws | string | The AwsAccountId of the Dashboard resource. |
dashboard | string | The ARN of the Dashboard resource. |
dashboard | string | The DashboardId of the Dashboard resource. |
awsAccountId
Type:
string
The AwsAccountId of the Dashboard resource.
dashboardArn
Type:
string
The ARN of the Dashboard resource.
dashboardId
Type:
string
The DashboardId of the Dashboard resource.