aws-cdk-lib.aws_quicksight.CfnDashboard.DashboardSourceEntityProperty

interface DashboardSourceEntityProperty

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

Dashboard source entity.

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

Properties

NameTypeDescription
sourceTemplate?IResolvable | DashboardSourceTemplatePropertySource template.

sourceTemplate?

Type: IResolvable | DashboardSourceTemplateProperty (optional)

Source template.