@Generated(value="jsii-pacmak/1.24.0 (build b722f66)", date="2021-03-11T13:46:51.594Z") @Stability(value=Stable) 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()
The database clusters to which this proxy connects.
|
default List<IDatabaseInstance> |
getDbInstances()
The database instances to which this proxy connects.
|
String |
getEngineFamily()
The engine family of the database instance or cluster this proxy connects with.
|
@Stability(value=Stable) @NotNull String getEngineFamily()
@Stability(value=Stable) @Nullable default List<IDatabaseCluster> getDbClusters()
Either this or dbInstances will be set and the other undefined.
Default: - `undefined` if `dbInstances` is set.
@Stability(value=Stable) @Nullable default List<IDatabaseInstance> getDbInstances()
Either this or dbClusters will be set and the other undefined.
Default: - `undefined` if `dbClusters` is set.
@Stability(value=Stable) static ProxyTargetConfig.Builder builder()
ProxyTargetConfig.Builder of ProxyTargetConfigCopyright © 2021. All rights reserved.