RedshiftParameters class
Amazon Redshift parameters. 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.
Constructors
- RedshiftParameters({required String database, String? clusterId, String? host, int? port})
-
RedshiftParameters.fromJson(Map<
String, dynamic> json) -
factory
Properties
- clusterId → String?
-
Cluster ID. This field can be blank if the
HostandPortare provided.final - database → String
-
Database.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- host → String?
-
Host. This field can be blank if
ClusterIdis provided.final - port → int?
-
Port. This field can be blank if the
ClusterIdis provided.final - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited