Class CfnDashboard.FilterSelectableValuesProperty
A list of selectable values that are used in a control.
Inheritance
Implements
Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class FilterSelectableValuesProperty : Object, CfnDashboard.IFilterSelectableValuesProperty
Syntax (vb)
Public Class FilterSelectableValuesProperty
Inherits Object
Implements CfnDashboard.IFilterSelectableValuesProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.QuickSight;
var filterSelectableValuesProperty = new FilterSelectableValuesProperty {
Values = new [] { "values" }
};
Synopsis
Constructors
Filter |
Properties
Values | The values that are used in the |
Constructors
FilterSelectableValuesProperty()
public FilterSelectableValuesProperty()
Properties
Values
The values that are used in the FilterSelectableValues
.
public string[] Values { get; set; }
Property Value
System.