Interface CfnDashboard.AnchorDateConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnDashboard.AnchorDateConfigurationProperty.Jsii$Proxy
- Enclosing class:
CfnDashboard
@Stability(Stable)
public static interface CfnDashboard.AnchorDateConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
The date configuration of the 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.*; AnchorDateConfigurationProperty anchorDateConfigurationProperty = AnchorDateConfigurationProperty.builder() .anchorOption("anchorOption") .parameterName("parameterName") .build();
- See Also:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnDashboard.AnchorDateConfigurationProperty
static final class
An implementation forCfnDashboard.AnchorDateConfigurationProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getAnchorOption
The options for the date configuration. Choose one of the options below:.NOW
- See Also:
-
getParameterName
The name of the parameter that is used for the anchor date configuration.- See Also:
-
builder
-