libZSservicesZSamazonka-quicksightZSamazonka-quicksight
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.QuickSight.Types.SparkParameters

Description

 
Synopsis

Documentation

data SparkParameters Source #

The parameters for Spark.

See: newSparkParameters smart constructor.

Constructors

SparkParameters' 

Fields

Instances

Instances details
Eq SparkParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SparkParameters

Read SparkParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SparkParameters

Show SparkParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SparkParameters

Generic SparkParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SparkParameters

Associated Types

type Rep SparkParameters :: Type -> Type #

NFData SparkParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SparkParameters

Methods

rnf :: SparkParameters -> () #

Hashable SparkParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SparkParameters

ToJSON SparkParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SparkParameters

FromJSON SparkParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SparkParameters

type Rep SparkParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.SparkParameters

type Rep SparkParameters = D1 ('MetaData "SparkParameters" "Amazonka.QuickSight.Types.SparkParameters" "libZSservicesZSamazonka-quicksightZSamazonka-quicksight" 'False) (C1 ('MetaCons "SparkParameters'" 'PrefixI 'True) (S1 ('MetaSel ('Just "host") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "port") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Natural)))

newSparkParameters Source #

Create a value of SparkParameters 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:host:SparkParameters', sparkParameters_host - Host.

$sel:port:SparkParameters', sparkParameters_port - Port.