Interface CfnDBCluster.EndpointProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnDBCluster.EndpointProperty.Jsii$Proxy
Enclosing class:
CfnDBCluster

@Stability(Stable) public static interface CfnDBCluster.EndpointProperty extends software.amazon.jsii.JsiiSerializable
The Endpoint return value specifies the connection endpoint for the primary instance of the DB cluster.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.services.rds.*;
 EndpointProperty endpointProperty = EndpointProperty.builder()
         .address("address")
         .port("port")
         .build();
 

See Also: