| 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.ExasolParameters
Description
Synopsis
Documentation
data ExasolParameters Source #
The required parameters for connecting to an Exasol data source.
See: newExasolParameters smart constructor.
Constructors
| ExasolParameters' | |
Instances
Create a value of ExasolParameters 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:ExasolParameters', exasolParameters_host - The hostname or IP address of the Exasol data source.
$sel:port:ExasolParameters', exasolParameters_port - The port for the Exasol data source.
exasolParameters_host :: Lens' ExasolParameters Text Source #
The hostname or IP address of the Exasol data source.
exasolParameters_port :: Lens' ExasolParameters Natural Source #
The port for the Exasol data source.