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

Description

 
Synopsis

Documentation

data PrestoParameters Source #

The parameters for Presto.

See: newPrestoParameters smart constructor.

Constructors

PrestoParameters' 

Fields

Instances

Instances details
Eq PrestoParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PrestoParameters

Read PrestoParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PrestoParameters

Show PrestoParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PrestoParameters

Generic PrestoParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PrestoParameters

Associated Types

type Rep PrestoParameters :: Type -> Type #

NFData PrestoParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PrestoParameters

Methods

rnf :: PrestoParameters -> () #

Hashable PrestoParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PrestoParameters

ToJSON PrestoParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PrestoParameters

FromJSON PrestoParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PrestoParameters

type Rep PrestoParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.PrestoParameters

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

newPrestoParameters Source #

Create a value of PrestoParameters 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:PrestoParameters', prestoParameters_host - Host.

$sel:port:PrestoParameters', prestoParameters_port - Port.

$sel:catalog:PrestoParameters', prestoParameters_catalog - Catalog.