interface MappedDataSetParameterProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.QuickSight.CfnTemplatePropsMixin.MappedDataSetParameterProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsquicksight#CfnTemplatePropsMixin_MappedDataSetParameterProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.quicksight.CfnTemplatePropsMixin.MappedDataSetParameterProperty |
Python | aws_cdk.cfn_property_mixins.aws_quicksight.CfnTemplatePropsMixin.MappedDataSetParameterProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_quicksight » CfnTemplatePropsMixin » 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/cfn-property-mixins';
const mappedDataSetParameterProperty: quicksight.CfnTemplatePropsMixin.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
(optional)
A unique name that identifies a dataset within the analysis or dashboard.
dataSetParameterName?
Type:
string
(optional)
The name of the dataset parameter.

.NET
Go
Java
Python
TypeScript