AWS SDK for .NET Documentation
Port Property
AmazonAmazon.Redshift.ModelCreateClusterRequestPort Did this page help you?   Yes   No    Tell us about it...
Gets and sets the property Port.

The port number on which the cluster accepts incoming connections.

The cluster is accessible only via the JDBC and ODBC connection strings. Part of the connection string requires the port on which the cluster will listen for incoming connections.

Default:

CopyC#
5439

Valid Values:

CopyC#
1150-65535

Declaration Syntax
C#
public int Port { get; set; }

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)