Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data RedshiftParameters = RedshiftParameters' {}
- newRedshiftParameters :: Text -> RedshiftParameters
- redshiftParameters_clusterId :: Lens' RedshiftParameters (Maybe Text)
- redshiftParameters_host :: Lens' RedshiftParameters (Maybe Text)
- redshiftParameters_port :: Lens' RedshiftParameters (Maybe Natural)
- redshiftParameters_database :: Lens' RedshiftParameters Text
Documentation
data RedshiftParameters Source #
The parameters for Amazon Redshift. The ClusterId
field can be blank
if Host
and Port
are both set. The Host
and Port
fields can be
blank if the ClusterId
field is set.
See: newRedshiftParameters
smart constructor.
Instances
newRedshiftParameters Source #
Create a value of RedshiftParameters
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:clusterId:RedshiftParameters'
, redshiftParameters_clusterId
- Cluster ID. This field can be blank if the Host
and Port
are
provided.
$sel:host:RedshiftParameters'
, redshiftParameters_host
- Host. This field can be blank if ClusterId
is provided.
$sel:port:RedshiftParameters'
, redshiftParameters_port
- Port. This field can be blank if the ClusterId
is provided.
$sel:database:RedshiftParameters'
, redshiftParameters_database
- Database.
redshiftParameters_clusterId :: Lens' RedshiftParameters (Maybe Text) Source #
Cluster ID. This field can be blank if the Host
and Port
are
provided.
redshiftParameters_host :: Lens' RedshiftParameters (Maybe Text) Source #
Host. This field can be blank if ClusterId
is provided.
redshiftParameters_port :: Lens' RedshiftParameters (Maybe Natural) Source #
Port. This field can be blank if the ClusterId
is provided.
redshiftParameters_database :: Lens' RedshiftParameters Text Source #
Database.