interface ParameterSelectableValuesProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.QuickSight.CfnAnalysis.ParameterSelectableValuesProperty |
![]() | software.amazon.awscdk.services.quicksight.CfnAnalysis.ParameterSelectableValuesProperty |
![]() | aws_cdk.aws_quicksight.CfnAnalysis.ParameterSelectableValuesProperty |
![]() | @aws-cdk/aws-quicksight » CfnAnalysis » ParameterSelectableValuesProperty |
A list of selectable values that are used in a control.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as quicksight from '@aws-cdk/aws-quicksight';
const parameterSelectableValuesProperty: quicksight.CfnAnalysis.ParameterSelectableValuesProperty = {
linkToDataSetColumn: {
columnName: 'columnName',
dataSetIdentifier: 'dataSetIdentifier',
},
values: ['values'],
};
Properties
Name | Type | Description |
---|---|---|
link | IResolvable | Column | The column identifier that fetches values from the data set. |
values? | string[] | The values that are used in ParameterSelectableValues . |
linkToDataSetColumn?
Type:
IResolvable
|
Column
(optional)
The column identifier that fetches values from the data set.
values?
Type:
string[]
(optional)
The values that are used in ParameterSelectableValues
.