aws-cdk-lib.aws_quicksight.CfnDashboard.DashboardSourceTemplateProperty

interface DashboardSourceTemplateProperty

LanguageType name
.NETAmazon.CDK.AWS.QuickSight.CfnDashboard.DashboardSourceTemplateProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnDashboard_DashboardSourceTemplateProperty
Javasoftware.amazon.awscdk.services.quicksight.CfnDashboard.DashboardSourceTemplateProperty
Pythonaws_cdk.aws_quicksight.CfnDashboard.DashboardSourceTemplateProperty
TypeScript aws-cdk-lib » aws_quicksight » CfnDashboard » DashboardSourceTemplateProperty

Dashboard source template.

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 dashboardSourceTemplateProperty: quicksight.CfnDashboard.DashboardSourceTemplateProperty = {
  arn: 'arn',
  dataSetReferences: [{
    dataSetArn: 'dataSetArn',
    dataSetPlaceholder: 'dataSetPlaceholder',
  }],
};

Properties

NameTypeDescription
arnstringThe Amazon Resource Name (ARN) of the resource.
dataSetReferencesIResolvable | IResolvable | DataSetReferenceProperty[]Dataset references.

arn

Type: string

The Amazon Resource Name (ARN) of the resource.


dataSetReferences

Type: IResolvable | IResolvable | DataSetReferenceProperty[]

Dataset references.