Interface CfnCluster.IEndpointProperty
Represents the information required for client programs to connect to the cluster and its nodes.
Namespace: Amazon.CDK.AWS.MemoryDB
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IEndpointProperty
Syntax (vb)
Public Interface IEndpointProperty
Remarks
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.MemoryDB;
var endpointProperty = new EndpointProperty {
Address = "address",
Port = 123
};
Synopsis
Properties
Address | The DNS hostname of the node. |
Port | The port number that the engine is listening on. |
Properties
Address
The DNS hostname of the node.
virtual string Address { get; }
Property Value
System.
Remarks
Port
The port number that the engine is listening on.
virtual Nullable<double> Port { get; }
Property Value
System.