Interface CfnDBClusterPropsMixin.EndpointProperty

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

@Stability(Stable) public static interface CfnDBClusterPropsMixin.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.cfnpropertymixins.services.rds.*;
 EndpointProperty endpointProperty = EndpointProperty.builder()
         .address("address")
         .port("port")
         .build();
 

See Also: