Interface CfnDashboard.RollingDateConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnDashboard.RollingDateConfigurationProperty.Jsii$Proxy
- Enclosing class:
CfnDashboard
@Stability(Stable)
public static interface CfnDashboard.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();
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnDashboard.RollingDateConfigurationProperty
static final class
An implementation forCfnDashboard.RollingDateConfigurationProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getExpression
The expression of the rolling date configuration. -
getDataSetIdentifier
The data set that is used in the rolling date configuration. -
builder
-