interface FilterSelectableValuesProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.QuickSight.CfnAnalysis.FilterSelectableValuesProperty |
Java | software.amazon.awscdk.services.quicksight.CfnAnalysis.FilterSelectableValuesProperty |
Python | aws_cdk.aws_quicksight.CfnAnalysis.FilterSelectableValuesProperty |
TypeScript | @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
.