interface MappedDataSetParameterProperty
| Language | Type name | 
|---|---|
|  .NET | Amazon.CDK.AWS.QuickSight.CfnAnalysis.MappedDataSetParameterProperty | 
|  Go | github.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnAnalysis_MappedDataSetParameterProperty | 
|  Java | software.amazon.awscdk.services.quicksight.CfnAnalysis.MappedDataSetParameterProperty | 
|  Python | aws_cdk.aws_quicksight.CfnAnalysis.MappedDataSetParameterProperty | 
|  TypeScript | aws-cdk-lib»aws_quicksight»CfnAnalysis»MappedDataSetParameterProperty | 
A dataset parameter that is mapped to an analysis parameter.
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 mappedDataSetParameterProperty: quicksight.CfnAnalysis.MappedDataSetParameterProperty = {
  dataSetIdentifier: 'dataSetIdentifier',
  dataSetParameterName: 'dataSetParameterName',
};
Properties
| Name | Type | Description | 
|---|---|---|
| data | string | A unique name that identifies a dataset within the analysis or dashboard. | 
| data | string | The name of the dataset parameter. | 
dataSetIdentifier
Type:
string
A unique name that identifies a dataset within the analysis or dashboard.
dataSetParameterName
Type:
string
The name of the dataset parameter.
