Interface CfnDashboard.FilterSelectableValuesProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnDashboard.FilterSelectableValuesProperty.Jsii$Proxy
- Enclosing class:
CfnDashboard
@Stability(Stable)
public static interface CfnDashboard.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:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnDashboard.FilterSelectableValuesProperty
static final class
An implementation forCfnDashboard.FilterSelectableValuesProperty
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
The values that are used in theFilterSelectableValues
.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getValues
The values that are used in theFilterSelectableValues
.- See Also:
-
builder
-