Interface CfnDataSetPropsMixin.IDataSetDateFilterValueProperty
Represents a date value used in filter conditions.
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.QuickSight
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public interface CfnDataSetPropsMixin.IDataSetDateFilterValueProperty
Syntax (vb)
Public Interface CfnDataSetPropsMixin.IDataSetDateFilterValueProperty
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 dataSetDateFilterValueProperty = new DataSetDateFilterValueProperty {
StaticValue = "staticValue"
};
Synopsis
Properties
| StaticValue | A static date value used for filtering. |
Properties
StaticValue
A static date value used for filtering.
string? StaticValue { get; }