Interface CfnDBCluster.IEndpointProperty
The Endpoint
return value specifies the connection endpoint for the primary instance of the DB cluster.
Namespace: Amazon.CDK.AWS.RDS
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.RDS;
var endpointProperty = new EndpointProperty {
Address = "address",
Port = "port"
};
Synopsis
Properties
Address | Specifies the connection endpoint for the primary instance of the DB cluster. |
Port | Specifies the port that the database engine is listening on. |
Properties
Address
Specifies the connection endpoint for the primary instance of the DB cluster.
virtual string Address { get; }
Property Value
System.String
Remarks
Port
Specifies the port that the database engine is listening on.
virtual string Port { get; }
Property Value
System.String