Show / Hide Table of Contents

Class CfnTemplatePropsMixin.FilterSelectableValuesProperty

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

Inheritance
object
CfnTemplatePropsMixin.FilterSelectableValuesProperty
Implements
CfnTemplatePropsMixin.IFilterSelectableValuesProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.QuickSight
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnTemplatePropsMixin.FilterSelectableValuesProperty : CfnTemplatePropsMixin.IFilterSelectableValuesProperty
Syntax (vb)
Public Class CfnTemplatePropsMixin.FilterSelectableValuesProperty Implements CfnTemplatePropsMixin.IFilterSelectableValuesProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-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.CfnPropertyMixins.AWS.QuickSight;

             var filterSelectableValuesProperty = new FilterSelectableValuesProperty {
                 Values = new [] { "values" }
             };

Synopsis

Constructors

FilterSelectableValuesProperty()

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

Properties

Values

The values that are used in the FilterSelectableValues .

Constructors

FilterSelectableValuesProperty()

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

public FilterSelectableValuesProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-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.CfnPropertyMixins.AWS.QuickSight;

             var filterSelectableValuesProperty = new FilterSelectableValuesProperty {
                 Values = new [] { "values" }
             };

Properties

Values

The values that are used in the FilterSelectableValues .

public string[]? Values { get; set; }
Property Value

string[]

Remarks

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

Implements

CfnTemplatePropsMixin.IFilterSelectableValuesProperty
Back to top Generated by DocFX