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

Description

 
Synopsis

Documentation

data CustomValuesConfiguration Source #

The configuration of custom values for the destination parameter in DestinationParameterValueConfiguration.

See: newCustomValuesConfiguration smart constructor.

Constructors

CustomValuesConfiguration' 

Fields

Instances

Instances details
FromJSON CustomValuesConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CustomValuesConfiguration

ToJSON CustomValuesConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CustomValuesConfiguration

Generic CustomValuesConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CustomValuesConfiguration

Associated Types

type Rep CustomValuesConfiguration :: Type -> Type #

Show CustomValuesConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CustomValuesConfiguration

NFData CustomValuesConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CustomValuesConfiguration

Eq CustomValuesConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CustomValuesConfiguration

Hashable CustomValuesConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CustomValuesConfiguration

type Rep CustomValuesConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.CustomValuesConfiguration

type Rep CustomValuesConfiguration = D1 ('MetaData "CustomValuesConfiguration" "Amazonka.QuickSight.Types.CustomValuesConfiguration" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "CustomValuesConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "includeNullValue") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "customValues") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 CustomParameterValues)))

newCustomValuesConfiguration Source #

Create a value of CustomValuesConfiguration 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:includeNullValue:CustomValuesConfiguration', customValuesConfiguration_includeNullValue - Includes the null value in custom action parameter values.

$sel:customValues:CustomValuesConfiguration', customValuesConfiguration_customValues - Undocumented member.

customValuesConfiguration_includeNullValue :: Lens' CustomValuesConfiguration (Maybe Bool) Source #

Includes the null value in custom action parameter values.