| Package | Description |
|---|---|
| software.amazon.awscdk.services.rds |
Amazon Relational Database Service Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
DatabaseProxy |
IDatabaseCluster.addProxy(String id,
DatabaseProxyOptions options)
Add a new db proxy to this cluster.
|
DatabaseProxy |
IDatabaseCluster.Jsii$Proxy.addProxy(String id,
DatabaseProxyOptions options)
Add a new db proxy to this cluster.
|
default DatabaseProxy |
IDatabaseCluster.Jsii$Default.addProxy(String id,
DatabaseProxyOptions options)
Add a new db proxy to this cluster.
|
DatabaseProxy |
DatabaseInstanceBase.addProxy(String id,
DatabaseProxyOptions options)
Add a new db proxy to this instance.
|
DatabaseProxy |
DatabaseClusterBase.addProxy(String id,
DatabaseProxyOptions options)
Add a new db proxy to this cluster.
|
DatabaseProxy |
IDatabaseInstance.addProxy(String id,
DatabaseProxyOptions options)
Add a new db proxy to this instance.
|
DatabaseProxy |
IDatabaseInstance.Jsii$Proxy.addProxy(String id,
DatabaseProxyOptions options)
Add a new db proxy to this instance.
|
default DatabaseProxy |
IDatabaseInstance.Jsii$Default.addProxy(String id,
DatabaseProxyOptions options)
Add a new db proxy to this instance.
|
DatabaseProxy |
DatabaseProxy.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
ProxyTargetConfig |
ProxyTarget.bind(DatabaseProxy proxy)
Bind this target to the specified database proxy.
|
Copyright © 2022. All rights reserved.