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

Description

 
Synopsis

Documentation

data AuroraPostgreSqlParameters Source #

Parameters for Amazon Aurora PostgreSQL-Compatible Edition.

See: newAuroraPostgreSqlParameters smart constructor.

Constructors

AuroraPostgreSqlParameters' 

Fields

  • host :: Text

    The Amazon Aurora PostgreSQL-Compatible host to connect to.

  • port :: Natural

    The port that Amazon Aurora PostgreSQL is listening on.

  • database :: Text

    The Amazon Aurora PostgreSQL database to connect to.

Instances

Instances details
Eq AuroraPostgreSqlParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AuroraPostgreSqlParameters

Read AuroraPostgreSqlParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AuroraPostgreSqlParameters

Show AuroraPostgreSqlParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AuroraPostgreSqlParameters

Generic AuroraPostgreSqlParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AuroraPostgreSqlParameters

Associated Types

type Rep AuroraPostgreSqlParameters :: Type -> Type #

NFData AuroraPostgreSqlParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AuroraPostgreSqlParameters

Hashable AuroraPostgreSqlParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AuroraPostgreSqlParameters

ToJSON AuroraPostgreSqlParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AuroraPostgreSqlParameters

FromJSON AuroraPostgreSqlParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AuroraPostgreSqlParameters

type Rep AuroraPostgreSqlParameters Source # 
Instance details

Defined in Amazonka.QuickSight.Types.AuroraPostgreSqlParameters

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

newAuroraPostgreSqlParameters Source #

Create a value of AuroraPostgreSqlParameters 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:AuroraPostgreSqlParameters', auroraPostgreSqlParameters_host - The Amazon Aurora PostgreSQL-Compatible host to connect to.

$sel:port:AuroraPostgreSqlParameters', auroraPostgreSqlParameters_port - The port that Amazon Aurora PostgreSQL is listening on.

$sel:database:AuroraPostgreSqlParameters', auroraPostgreSqlParameters_database - The Amazon Aurora PostgreSQL database to connect to.

auroraPostgreSqlParameters_host :: Lens' AuroraPostgreSqlParameters Text Source #

The Amazon Aurora PostgreSQL-Compatible host to connect to.

auroraPostgreSqlParameters_port :: Lens' AuroraPostgreSqlParameters Natural Source #

The port that Amazon Aurora PostgreSQL is listening on.

auroraPostgreSqlParameters_database :: Lens' AuroraPostgreSqlParameters Text Source #

The Amazon Aurora PostgreSQL database to connect to.