interface FilterSelectableValuesProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.QuickSight.CfnTemplatePropsMixin.FilterSelectableValuesProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsquicksight#CfnTemplatePropsMixin_FilterSelectableValuesProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.quicksight.CfnTemplatePropsMixin.FilterSelectableValuesProperty |
Python | aws_cdk.cfn_property_mixins.aws_quicksight.CfnTemplatePropsMixin.FilterSelectableValuesProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_quicksight » CfnTemplatePropsMixin » 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 { aws_quicksight as quicksight } from '@aws-cdk/cfn-property-mixins';
const filterSelectableValuesProperty: quicksight.CfnTemplatePropsMixin.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 .

.NET
Go
Java
Python
TypeScript