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.DateTimeValueWhenUnsetConfiguration

Description

 
Synopsis

Documentation

data DateTimeValueWhenUnsetConfiguration Source #

The configuration that defines the default value of a DateTime parameter when a value has not been set.

See: newDateTimeValueWhenUnsetConfiguration smart constructor.

Constructors

DateTimeValueWhenUnsetConfiguration' 

Fields

Instances

Instances details
FromJSON DateTimeValueWhenUnsetConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DateTimeValueWhenUnsetConfiguration

ToJSON DateTimeValueWhenUnsetConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DateTimeValueWhenUnsetConfiguration

Generic DateTimeValueWhenUnsetConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DateTimeValueWhenUnsetConfiguration

Show DateTimeValueWhenUnsetConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DateTimeValueWhenUnsetConfiguration

NFData DateTimeValueWhenUnsetConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DateTimeValueWhenUnsetConfiguration

Eq DateTimeValueWhenUnsetConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DateTimeValueWhenUnsetConfiguration

Hashable DateTimeValueWhenUnsetConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DateTimeValueWhenUnsetConfiguration

type Rep DateTimeValueWhenUnsetConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DateTimeValueWhenUnsetConfiguration

type Rep DateTimeValueWhenUnsetConfiguration = D1 ('MetaData "DateTimeValueWhenUnsetConfiguration" "Amazonka.QuickSight.Types.DateTimeValueWhenUnsetConfiguration" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "DateTimeValueWhenUnsetConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "customValue") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive POSIX))) :*: S1 ('MetaSel ('Just "valueWhenUnsetOption") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ValueWhenUnsetOption))))

newDateTimeValueWhenUnsetConfiguration :: DateTimeValueWhenUnsetConfiguration Source #

Create a value of DateTimeValueWhenUnsetConfiguration 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:customValue:DateTimeValueWhenUnsetConfiguration', dateTimeValueWhenUnsetConfiguration_customValue - A custom value that's used when the value of a parameter isn't set.

$sel:valueWhenUnsetOption:DateTimeValueWhenUnsetConfiguration', dateTimeValueWhenUnsetConfiguration_valueWhenUnsetOption - The built-in options for default values. The value can be one of the following:

  • RECOMMENDED: The recommended value.
  • NULL: The NULL value.

dateTimeValueWhenUnsetConfiguration_customValue :: Lens' DateTimeValueWhenUnsetConfiguration (Maybe UTCTime) Source #

A custom value that's used when the value of a parameter isn't set.

dateTimeValueWhenUnsetConfiguration_valueWhenUnsetOption :: Lens' DateTimeValueWhenUnsetConfiguration (Maybe ValueWhenUnsetOption) Source #

The built-in options for default values. The value can be one of the following:

  • RECOMMENDED: The recommended value.
  • NULL: The NULL value.