Interface CfnDataSet.DataSetDateFilterValueProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnDataSet.DataSetDateFilterValueProperty.Jsii$Proxy
Enclosing class:
CfnDataSet

@Stability(Stable) public static interface CfnDataSet.DataSetDateFilterValueProperty extends software.amazon.jsii.JsiiSerializable
Represents a date value used in filter conditions.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.services.quicksight.*;
 DataSetDateFilterValueProperty dataSetDateFilterValueProperty = DataSetDateFilterValueProperty.builder()
         .staticValue("staticValue")
         .build();
 

See Also: