DataConnection Type
The RedshiftConnection object.
Remarks
The RedshiftConnection object. Connection properties can be accessed with the getter and setter methods of this object:
$conn = Connect-Redshift -User 'admin' -Password 'admin' -Server 'examplecluster.my.us-west-2.redshift.amazonaws.com' -Port '5439' -Database 'dev' $conn | GM