| Package | Description |
|---|---|
| software.amazon.awscdk.services.rds |
Amazon Relational Database Service Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
Endpoint |
IServerlessCluster.getClusterEndpoint()
The endpoint to use for read/write operations.
|
Endpoint |
IServerlessCluster.Jsii$Proxy.getClusterEndpoint()
The endpoint to use for read/write operations.
|
default Endpoint |
IServerlessCluster.Jsii$Default.getClusterEndpoint()
The endpoint to use for read/write operations.
|
Endpoint |
IDatabaseCluster.getClusterEndpoint()
The endpoint to use for read/write operations.
|
Endpoint |
IDatabaseCluster.Jsii$Proxy.getClusterEndpoint()
The endpoint to use for read/write operations.
|
default Endpoint |
IDatabaseCluster.Jsii$Default.getClusterEndpoint()
The endpoint to use for read/write operations.
|
Endpoint |
DatabaseClusterFromSnapshot.getClusterEndpoint()
The endpoint to use for read/write operations.
|
Endpoint |
ServerlessClusterFromSnapshot.getClusterEndpoint()
The endpoint to use for read/write operations.
|
Endpoint |
ServerlessCluster.getClusterEndpoint()
The endpoint to use for read/write operations.
|
abstract Endpoint |
DatabaseClusterBase.getClusterEndpoint()
The endpoint to use for read/write operations.
|
Endpoint |
DatabaseCluster.getClusterEndpoint()
The endpoint to use for read/write operations.
|
Endpoint |
IServerlessCluster.getClusterReadEndpoint()
Endpoint to use for load-balanced read-only operations.
|
Endpoint |
IServerlessCluster.Jsii$Proxy.getClusterReadEndpoint()
Endpoint to use for load-balanced read-only operations.
|
default Endpoint |
IServerlessCluster.Jsii$Default.getClusterReadEndpoint()
Endpoint to use for load-balanced read-only operations.
|
Endpoint |
IDatabaseCluster.getClusterReadEndpoint()
Endpoint to use for load-balanced read-only operations.
|
Endpoint |
IDatabaseCluster.Jsii$Proxy.getClusterReadEndpoint()
Endpoint to use for load-balanced read-only operations.
|
default Endpoint |
IDatabaseCluster.Jsii$Default.getClusterReadEndpoint()
Endpoint to use for load-balanced read-only operations.
|
Endpoint |
DatabaseClusterFromSnapshot.getClusterReadEndpoint()
Endpoint to use for load-balanced read-only operations.
|
Endpoint |
ServerlessClusterFromSnapshot.getClusterReadEndpoint()
The endpoint to use for read/write operations.
|
Endpoint |
ServerlessCluster.getClusterReadEndpoint()
The endpoint to use for read/write operations.
|
abstract Endpoint |
DatabaseClusterBase.getClusterReadEndpoint()
Endpoint to use for load-balanced read-only operations.
|
Endpoint |
DatabaseCluster.getClusterReadEndpoint()
Endpoint to use for load-balanced read-only operations.
|
abstract Endpoint |
DatabaseInstanceBase.getInstanceEndpoint()
The instance endpoint.
|
Endpoint |
DatabaseInstanceReadReplica.getInstanceEndpoint()
The instance endpoint.
|
Endpoint |
IDatabaseInstance.getInstanceEndpoint()
The instance endpoint.
|
Endpoint |
IDatabaseInstance.Jsii$Proxy.getInstanceEndpoint()
The instance endpoint.
|
default Endpoint |
IDatabaseInstance.Jsii$Default.getInstanceEndpoint()
The instance endpoint.
|
Endpoint |
DatabaseInstanceFromSnapshot.getInstanceEndpoint()
The instance endpoint.
|
Endpoint |
DatabaseInstance.getInstanceEndpoint()
The instance endpoint.
|
| Modifier and Type | Method and Description |
|---|---|
List<Endpoint> |
IDatabaseCluster.getInstanceEndpoints()
Endpoints which address each individual replica.
|
List<Endpoint> |
IDatabaseCluster.Jsii$Proxy.getInstanceEndpoints()
Endpoints which address each individual replica.
|
default List<Endpoint> |
IDatabaseCluster.Jsii$Default.getInstanceEndpoints()
Endpoints which address each individual replica.
|
List<Endpoint> |
DatabaseClusterFromSnapshot.getInstanceEndpoints()
Endpoints which address each individual replica.
|
abstract List<Endpoint> |
DatabaseClusterBase.getInstanceEndpoints()
Endpoints which address each individual replica.
|
List<Endpoint> |
DatabaseCluster.getInstanceEndpoints()
Endpoints which address each individual replica.
|
Copyright © 2022. All rights reserved.