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();
- See Also:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnAnalysis.RollingDateConfigurationProperty
static final class
An implementation forCfnAnalysis.RollingDateConfigurationProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getExpression
The expression of the rolling date configuration.- See Also:
-
getDataSetIdentifier
The data set that is used in the rolling date configuration.- See Also:
-
builder
-