Class CfnDataSetPropsMixin.DataSetDateFilterValueProperty
Represents a date 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.DataSetDateFilterValueProperty : CfnDataSetPropsMixin.IDataSetDateFilterValueProperty
Syntax (vb)
Public Class CfnDataSetPropsMixin.DataSetDateFilterValueProperty Implements 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.Mixins.Preview.AWS.QuickSight.Mixins;
var dataSetDateFilterValueProperty = new DataSetDateFilterValueProperty {
StaticValue = "staticValue"
};
Synopsis
Constructors
| DataSetDateFilterValueProperty() | Represents a date value used in filter conditions. |
Properties
| StaticValue | A static date value used for filtering. |
Constructors
DataSetDateFilterValueProperty()
Represents a date value used in filter conditions.
public DataSetDateFilterValueProperty()
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 dataSetDateFilterValueProperty = new DataSetDateFilterValueProperty {
StaticValue = "staticValue"
};
Properties
StaticValue
A static date value used for filtering.
public string? StaticValue { get; set; }