amazonka-quicksight-2.0: Amazon QuickSight SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.QuickSight.Types.AnchorDateConfiguration

Description

 
Synopsis

Documentation

data AnchorDateConfiguration Source #

The date configuration of the filter.

See: newAnchorDateConfiguration smart constructor.

Constructors

AnchorDateConfiguration' 

Fields

Instances

Instances details
FromJSON AnchorDateConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AnchorDateConfiguration

ToJSON AnchorDateConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AnchorDateConfiguration

Generic AnchorDateConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AnchorDateConfiguration

Associated Types

type Rep AnchorDateConfiguration :: Type -> Type #

Read AnchorDateConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AnchorDateConfiguration

Show AnchorDateConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AnchorDateConfiguration

NFData AnchorDateConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AnchorDateConfiguration

Methods

rnf :: AnchorDateConfiguration -> () #

Eq AnchorDateConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AnchorDateConfiguration

Hashable AnchorDateConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AnchorDateConfiguration

type Rep AnchorDateConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AnchorDateConfiguration

type Rep AnchorDateConfiguration = D1 ('MetaData "AnchorDateConfiguration" "Amazonka.QuickSight.Types.AnchorDateConfiguration" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "AnchorDateConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "anchorOption") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AnchorOption)) :*: S1 ('MetaSel ('Just "parameterName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

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.