@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:32.029Z") @Stability(value=Experimental) public interface ProxyTargetConfig extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
ProxyTargetConfig.Builder
A builder for
ProxyTargetConfig |
static class |
ProxyTargetConfig.Jsii$Proxy
An implementation for
ProxyTargetConfig |
| Modifier and Type | Method and Description |
|---|---|
static ProxyTargetConfig.Builder |
builder() |
default List<IDatabaseCluster> |
getDbClusters()
(experimental) The database clusters to which this proxy connects.
|
default List<IDatabaseInstance> |
getDbInstances()
(experimental) The database instances to which this proxy connects.
|
String |
getEngineFamily()
(experimental) The engine family of the database instance or cluster this proxy connects with.
|
@Stability(value=Experimental) @NotNull String getEngineFamily()
@Stability(value=Experimental) @Nullable default List<IDatabaseCluster> getDbClusters()
Either this or dbInstances will be set and the other undefined.
Default: - `undefined` if `dbInstances` is set.
@Stability(value=Experimental) @Nullable default List<IDatabaseInstance> getDbInstances()
Either this or dbClusters will be set and the other undefined.
Default: - `undefined` if `dbClusters` is set.
@Stability(value=Experimental) static ProxyTargetConfig.Builder builder()
ProxyTargetConfig.Builder of ProxyTargetConfigCopyright © 2021. All rights reserved.