interface DataSetReferenceProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.QuickSight.CfnAnalysisPropsMixin.DataSetReferenceProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsquicksight#CfnAnalysisPropsMixin_DataSetReferenceProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.quicksight.CfnAnalysisPropsMixin.DataSetReferenceProperty |
Python | aws_cdk.cfn_property_mixins.aws_quicksight.CfnAnalysisPropsMixin.DataSetReferenceProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_quicksight » CfnAnalysisPropsMixin » DataSetReferenceProperty |
Dataset reference.
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 dataSetReferenceProperty: quicksight.CfnAnalysisPropsMixin.DataSetReferenceProperty = {
dataSetArn: 'dataSetArn',
dataSetPlaceholder: 'dataSetPlaceholder',
};
Properties
| Name | Type | Description |
|---|---|---|
| data | string | IData | Dataset Amazon Resource Name (ARN). |
| data | string | Dataset placeholder. |
dataSetArn?
Type:
string | IData
(optional)
Dataset Amazon Resource Name (ARN).
dataSetPlaceholder?
Type:
string
(optional)
Dataset placeholder.

.NET
Go
Java
Python
TypeScript