Show / Hide Table of Contents

Class CfnAnalysis.FilterSelectableValuesProperty

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

Inheritance
System.Object
CfnAnalysis.FilterSelectableValuesProperty
Implements
CfnAnalysis.IFilterSelectableValuesProperty
Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.AWS.QuickSight.dll
Syntax (csharp)
public class FilterSelectableValuesProperty : Object, CfnAnalysis.IFilterSelectableValuesProperty
Syntax (vb)
Public Class FilterSelectableValuesProperty
    Inherits Object
    Implements CfnAnalysis.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

Constructors

FilterSelectableValuesProperty()

Properties

Values

The values that are used in the FilterSelectableValues .

Constructors

FilterSelectableValuesProperty()

public FilterSelectableValuesProperty()

Properties

Values

The values that are used in the FilterSelectableValues .

public string[] Values { get; set; }
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

Implements

CfnAnalysis.IFilterSelectableValuesProperty
Back to top Generated by DocFX