Class Endpoint
(experimental) Connection endpoint of a redshift cluster.
Namespace: Amazon.CDK.AWS.Redshift.Alpha
Assembly: Amazon.CDK.AWS.Redshift.Alpha.dll
Syntax (csharp)
public class Endpoint : DeputyBase
Syntax (vb)
Public Class Endpoint Inherits DeputyBase
Remarks
Consists of a combination of hostname and port.
Stability: Experimental
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.Redshift.Alpha;
var endpoint = new Endpoint("address", 123);
Synopsis
Constructors
Endpoint(string, double) | (experimental) Connection endpoint of a redshift cluster. |
Properties
Hostname | (experimental) The hostname of the endpoint. |
Port | (experimental) The port of the endpoint. |
SocketAddress | (experimental) The combination of "HOSTNAME:PORT" for this endpoint. |
Constructors
Endpoint(string, double)
(experimental) Connection endpoint of a redshift cluster.
public Endpoint(string address, double port)
Parameters
Remarks
Stability: Experimental
Properties
Hostname
(experimental) The hostname of the endpoint.
public virtual string Hostname { get; }
Property Value
Remarks
Stability: Experimental
Port
(experimental) The port of the endpoint.
public virtual double Port { get; }
Property Value
Remarks
Stability: Experimental
SocketAddress
(experimental) The combination of "HOSTNAME:PORT" for this endpoint.
public virtual string SocketAddress { get; }
Property Value
Remarks
Stability: Experimental