Class CfnDataSetPropsMixin.DataSetStringFilterValueProperty
Represents a string value used in filter conditions.
Inherited Members
Namespace: Amazon.CDK.Mixins.Preview.AWS.QuickSight.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnDataSetPropsMixin.DataSetStringFilterValueProperty : CfnDataSetPropsMixin.IDataSetStringFilterValueProperty
Syntax (vb)
Public Class CfnDataSetPropsMixin.DataSetStringFilterValueProperty Implements CfnDataSetPropsMixin.IDataSetStringFilterValueProperty
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.Mixins.Preview.AWS.QuickSight.Mixins;
var dataSetStringFilterValueProperty = new DataSetStringFilterValueProperty {
StaticValue = "staticValue"
};
Synopsis
Constructors
| DataSetStringFilterValueProperty() | Represents a string value used in filter conditions. |
Properties
| StaticValue | A static string value used for filtering. |
Constructors
DataSetStringFilterValueProperty()
Represents a string value used in filter conditions.
public DataSetStringFilterValueProperty()
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.Mixins.Preview.AWS.QuickSight.Mixins;
var dataSetStringFilterValueProperty = new DataSetStringFilterValueProperty {
StaticValue = "staticValue"
};
Properties
StaticValue
A static string value used for filtering.
public string? StaticValue { get; set; }