Class CfnDataSetPropsMixin.DataSetStringListFilterValueProperty
Represents a list of string values used in filter conditions.
Inherited Members
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.QuickSight
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnDataSetPropsMixin.DataSetStringListFilterValueProperty : CfnDataSetPropsMixin.IDataSetStringListFilterValueProperty
Syntax (vb)
Public Class CfnDataSetPropsMixin.DataSetStringListFilterValueProperty Implements CfnDataSetPropsMixin.IDataSetStringListFilterValueProperty
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.CfnPropertyMixins.AWS.QuickSight;
var dataSetStringListFilterValueProperty = new DataSetStringListFilterValueProperty {
StaticValues = new [] { "staticValues" }
};
Synopsis
Constructors
| DataSetStringListFilterValueProperty() | Represents a list of string values used in filter conditions. |
Properties
| StaticValues | A list of static string values used for filtering. |
Constructors
DataSetStringListFilterValueProperty()
Represents a list of string values used in filter conditions.
public DataSetStringListFilterValueProperty()
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.CfnPropertyMixins.AWS.QuickSight;
var dataSetStringListFilterValueProperty = new DataSetStringListFilterValueProperty {
StaticValues = new [] { "staticValues" }
};
Properties
StaticValues
A list of static string values used for filtering.
public string[]? StaticValues { get; set; }
Property Value
string[]