@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:31.963Z") @Stability(value=Stable) public interface CfnDBProxyProps extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnDBProxyProps.Builder
A builder for
CfnDBProxyProps |
static class |
CfnDBProxyProps.Jsii$Proxy
An implementation for
CfnDBProxyProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnDBProxyProps.Builder |
builder() |
Object |
getAuth()
`AWS::RDS::DBProxy.Auth`.
|
String |
getDbProxyName()
`AWS::RDS::DBProxy.DBProxyName`.
|
default Object |
getDebugLogging()
`AWS::RDS::DBProxy.DebugLogging`.
|
String |
getEngineFamily()
`AWS::RDS::DBProxy.EngineFamily`.
|
default Number |
getIdleClientTimeout()
`AWS::RDS::DBProxy.IdleClientTimeout`.
|
default Object |
getRequireTls()
`AWS::RDS::DBProxy.RequireTLS`.
|
String |
getRoleArn()
`AWS::RDS::DBProxy.RoleArn`.
|
default List<CfnDBProxy.TagFormatProperty> |
getTags()
`AWS::RDS::DBProxy.Tags`.
|
default List<String> |
getVpcSecurityGroupIds()
`AWS::RDS::DBProxy.VpcSecurityGroupIds`.
|
List<String> |
getVpcSubnetIds()
`AWS::RDS::DBProxy.VpcSubnetIds`.
|
@Stability(value=Stable) @NotNull Object getAuth()
@Stability(value=Stable) @NotNull String getDbProxyName()
@Stability(value=Stable) @NotNull String getEngineFamily()
@Stability(value=Stable) @NotNull String getRoleArn()
@Stability(value=Stable) @NotNull List<String> getVpcSubnetIds()
@Stability(value=Stable) @Nullable default Object getDebugLogging()
@Stability(value=Stable) @Nullable default Number getIdleClientTimeout()
@Stability(value=Stable) @Nullable default Object getRequireTls()
@Stability(value=Stable) @Nullable default List<CfnDBProxy.TagFormatProperty> getTags()
@Stability(value=Stable) @Nullable default List<String> getVpcSecurityGroupIds()
@Stability(value=Stable) static CfnDBProxyProps.Builder builder()
CfnDBProxyProps.Builder of CfnDBProxyPropsCopyright © 2021. All rights reserved.