Interface CfnTemplatePropsMixin.RollingDateConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnTemplatePropsMixin.RollingDateConfigurationProperty.Jsii$Proxy
- Enclosing class:
CfnTemplatePropsMixin
@Stability(Stable)
public static interface CfnTemplatePropsMixin.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.mixins.preview.services.quicksight.mixins.*;
RollingDateConfigurationProperty rollingDateConfigurationProperty = RollingDateConfigurationProperty.builder()
.dataSetIdentifier("dataSetIdentifier")
.expression("expression")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnTemplatePropsMixin.RollingDateConfigurationPropertystatic final classAn implementation forCfnTemplatePropsMixin.RollingDateConfigurationProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getDataSetIdentifier
The data set that is used in the rolling date configuration.- See Also:
-
getExpression
The expression of the rolling date configuration.- See Also:
-
builder
-