interface FilterSelectableValuesProperty
This page is available in another version. Click here for the v2 documentation.
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.QuickSight.CfnAnalysis.FilterSelectableValuesProperty |
![]() | software.amazon.awscdk.services.quicksight.CfnAnalysis.FilterSelectableValuesProperty |
![]() | aws_cdk.aws_quicksight.CfnAnalysis.FilterSelectableValuesProperty |
![]() | @aws-cdk/aws-quicksight » CfnAnalysis » FilterSelectableValuesProperty |
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 filterSelectableValuesProperty: quicksight.CfnAnalysis.FilterSelectableValuesProperty = {
values: ['values'],
};
Properties
Name | Type | Description |
---|---|---|
values? | string[] | The values that are used in the FilterSelectableValues . |
values?
Type:
string[]
(optional)
The values that are used in the FilterSelectableValues
.