Show / Hide Table of Contents

Interface CfnAnalysis.IFilterSelectableValuesProperty

A list of selectable values that are used in a control.

Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.AWS.QuickSight.dll
Syntax (csharp)
public interface IFilterSelectableValuesProperty
Syntax (vb)
Public Interface IFilterSelectableValuesProperty
Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-filterselectablevalues.html

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

Properties

Values

The values that are used in the FilterSelectableValues .

Properties

Values

The values that are used in the FilterSelectableValues .

virtual string[] Values { get; }
Property Value

System.String[]

Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-filterselectablevalues.html#cfn-quicksight-analysis-filterselectablevalues-values

Back to top Generated by DocFX