Interface CfnAnalysis.FilterSelectableValuesProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnAnalysis.FilterSelectableValuesProperty.Jsii$Proxy
Enclosing class:
CfnAnalysis

@Stability(Stable) public static interface CfnAnalysis.FilterSelectableValuesProperty extends software.amazon.jsii.JsiiSerializable
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 software.amazon.awscdk.services.quicksight.*;
 FilterSelectableValuesProperty filterSelectableValuesProperty = FilterSelectableValuesProperty.builder()
         .values(List.of("values"))
         .build();
 

See Also: