Class Endpoint
(experimental) Connection endpoint of a redshift cluster.
Inheritance
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(ByRefValue) | Used by jsii to construct an instance of this class from a Javascript-owned object reference |
Endpoint(DeputyBase.DeputyProps) | Used by jsii to construct an instance of this class from DeputyProps |
Endpoint(String, Double) |
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(ByRefValue)
Used by jsii to construct an instance of this class from a Javascript-owned object reference
protected Endpoint(ByRefValue reference)
Parameters
- reference Amazon.JSII.Runtime.Deputy.ByRefValue
The Javascript-owned object reference
Endpoint(DeputyBase.DeputyProps)
Used by jsii to construct an instance of this class from DeputyProps
protected Endpoint(DeputyBase.DeputyProps props)
Parameters
- props Amazon.JSII.Runtime.Deputy.DeputyBase.DeputyProps
The deputy props
Endpoint(String, Double)
public Endpoint(string address, double port)
Parameters
- address System.String
- port System.Double
Remarks
Stability: Experimental
Properties
Hostname
(experimental) The hostname of the endpoint.
public virtual string Hostname { get; }
Property Value
System.String
Remarks
Stability: Experimental
Port
(experimental) The port of the endpoint.
public virtual double Port { get; }
Property Value
System.Double
Remarks
Stability: Experimental
SocketAddress
(experimental) The combination of "HOSTNAME:PORT" for this endpoint.
public virtual string SocketAddress { get; }
Property Value
System.String
Remarks
Stability: Experimental