interface DashboardSourceEntityProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.QuickSight.CfnDashboardPropsMixin.DashboardSourceEntityProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsquicksight#CfnDashboardPropsMixin_DashboardSourceEntityProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.quicksight.CfnDashboardPropsMixin.DashboardSourceEntityProperty |
Python | aws_cdk.cfn_property_mixins.aws_quicksight.CfnDashboardPropsMixin.DashboardSourceEntityProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_quicksight » CfnDashboardPropsMixin » 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/cfn-property-mixins';
const dashboardSourceEntityProperty: quicksight.CfnDashboardPropsMixin.DashboardSourceEntityProperty = {
sourceTemplate: {
arn: 'arn',
dataSetReferences: [{
dataSetArn: 'dataSetArn',
dataSetPlaceholder: 'dataSetPlaceholder',
}],
},
};
Properties
| Name | Type | Description |
|---|---|---|
| source | IResolvable | Dashboard | Source template. |
sourceTemplate?
Type:
IResolvable | Dashboard
(optional)
Source template.

.NET
Go
Java
Python
TypeScript