Interface CfnAnalysis.RollingDateConfigurationProperty

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

@Stability(Stable) public static interface CfnAnalysis.RollingDateConfigurationProperty extends software.amazon.jsii.JsiiSerializable
The rolling date configuration of a date time filter.

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.*;
 RollingDateConfigurationProperty rollingDateConfigurationProperty = RollingDateConfigurationProperty.builder()
         .expression("expression")
         // the properties below are optional
         .dataSetIdentifier("dataSetIdentifier")
         .build();