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:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnDBCluster.EndpointProperty
static final class
An implementation forCfnDBCluster.EndpointProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getAddress
Specifies the connection endpoint for the primary instance of the DB cluster.- See Also:
-
getPort
Specifies the port that the database engine is listening on.- See Also:
-
builder
-