| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.QuickSight.Types.AnchorDateConfiguration
Description
Documentation
data AnchorDateConfiguration Source #
The date configuration of the filter.
See: newAnchorDateConfiguration smart constructor.
Constructors
| AnchorDateConfiguration' | |
Fields
| |
Instances
newAnchorDateConfiguration :: AnchorDateConfiguration Source #
Create a value of AnchorDateConfiguration with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:anchorOption:AnchorDateConfiguration', anchorDateConfiguration_anchorOption - The options for the date configuration. Choose one of the options below:
NOW
$sel:parameterName:AnchorDateConfiguration', anchorDateConfiguration_parameterName - The name of the parameter that is used for the anchor date
configuration.
anchorDateConfiguration_anchorOption :: Lens' AnchorDateConfiguration (Maybe AnchorOption) Source #
The options for the date configuration. Choose one of the options below:
NOW
anchorDateConfiguration_parameterName :: Lens' AnchorDateConfiguration (Maybe Text) Source #
The name of the parameter that is used for the anchor date configuration.