| 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.TeradataParameters
Description
Synopsis
Documentation
data TeradataParameters Source #
The parameters for Teradata.
See: newTeradataParameters smart constructor.
Constructors
| TeradataParameters' | |
Instances
newTeradataParameters Source #
Arguments
| :: Text | |
| -> Natural | |
| -> Text | |
| -> TeradataParameters |
Create a value of TeradataParameters 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:TeradataParameters', teradataParameters_host - Host.
$sel:port:TeradataParameters', teradataParameters_port - Port.
$sel:database:TeradataParameters', teradataParameters_database - Database.
teradataParameters_database :: Lens' TeradataParameters Text Source #
Database.