| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.QuickSight.Types.AuroraPostgreSqlParameters
Description
Synopsis
- data AuroraPostgreSqlParameters = AuroraPostgreSqlParameters' {}
- newAuroraPostgreSqlParameters :: Text -> Natural -> Text -> AuroraPostgreSqlParameters
- auroraPostgreSqlParameters_host :: Lens' AuroraPostgreSqlParameters Text
- auroraPostgreSqlParameters_port :: Lens' AuroraPostgreSqlParameters Natural
- auroraPostgreSqlParameters_database :: Lens' AuroraPostgreSqlParameters Text
Documentation
data AuroraPostgreSqlParameters Source #
Parameters for Amazon Aurora PostgreSQL-Compatible Edition.
See: newAuroraPostgreSqlParameters smart constructor.
Constructors
| AuroraPostgreSqlParameters' | |
Instances
newAuroraPostgreSqlParameters Source #
Arguments
| :: Text | |
| -> Natural | |
| -> Text | |
| -> AuroraPostgreSqlParameters |
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.