@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:31.963Z") @Stability(value=Stable) public interface CfnDBProxyTargetGroupProps extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnDBProxyTargetGroupProps.Builder
A builder for
CfnDBProxyTargetGroupProps |
static class |
CfnDBProxyTargetGroupProps.Jsii$Proxy
An implementation for
CfnDBProxyTargetGroupProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnDBProxyTargetGroupProps.Builder |
builder() |
default Object |
getConnectionPoolConfigurationInfo()
`AWS::RDS::DBProxyTargetGroup.ConnectionPoolConfigurationInfo`.
|
default List<String> |
getDbClusterIdentifiers()
`AWS::RDS::DBProxyTargetGroup.DBClusterIdentifiers`.
|
default List<String> |
getDbInstanceIdentifiers()
`AWS::RDS::DBProxyTargetGroup.DBInstanceIdentifiers`.
|
String |
getDbProxyName()
`AWS::RDS::DBProxyTargetGroup.DBProxyName`.
|
String |
getTargetGroupName()
`AWS::RDS::DBProxyTargetGroup.TargetGroupName`.
|
@Stability(value=Stable) @NotNull String getDbProxyName()
@Stability(value=Stable) @NotNull String getTargetGroupName()
@Stability(value=Stable) @Nullable default Object getConnectionPoolConfigurationInfo()
@Stability(value=Stable) @Nullable default List<String> getDbClusterIdentifiers()
@Stability(value=Stable) @Nullable default List<String> getDbInstanceIdentifiers()
@Stability(value=Stable) static CfnDBProxyTargetGroupProps.Builder builder()
CfnDBProxyTargetGroupProps.Builder of CfnDBProxyTargetGroupPropsCopyright © 2021. All rights reserved.