interface DataSetReferenceProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.QuickSight.CfnTopicV2.DataSetReferenceProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnTopicV2_DataSetReferenceProperty |
Java | software.amazon.awscdk.services.quicksight.CfnTopicV2.DataSetReferenceProperty |
Python | aws_cdk.aws_quicksight.CfnTopicV2.DataSetReferenceProperty |
TypeScript | aws-cdk-lib » aws_quicksight » CfnTopicV2 » DataSetReferenceProperty |
A dataset reference used by a V2 (SEMANTIC_VIEW) topic.
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 dataSetReferenceProperty: quicksight.CfnTopicV2.DataSetReferenceProperty = {
dataSetArn: 'dataSetArn',
// the properties below are optional
dataSetName: 'dataSetName',
};
Properties
| Name | Type | Description |
|---|---|---|
| data | string | |
| data | string |
dataSetArn
Type:
string
dataSetName?
Type:
string
(optional)

.NET
Go
Java
Python
TypeScript