Uses of Class
software.amazon.awscdk.services.rds.DatabaseProxyProps.Builder
Package
Description
Amazon Relational Database Service Construct Library
-
Uses of DatabaseProxyProps.Builder in software.amazon.awscdk.services.rds
Modifier and TypeMethodDescriptionDatabaseProxyProps.Builder.borrowTimeout
(Duration borrowTimeout) Sets the value ofDatabaseProxyOptions.getBorrowTimeout()
static DatabaseProxyProps.Builder
DatabaseProxyProps.builder()
DatabaseProxyProps.Builder.dbProxyName
(String dbProxyName) Sets the value ofDatabaseProxyOptions.getDbProxyName()
DatabaseProxyProps.Builder.debugLogging
(Boolean debugLogging) Sets the value ofDatabaseProxyOptions.getDebugLogging()
Sets the value ofDatabaseProxyOptions.getIamAuth()
DatabaseProxyProps.Builder.idleClientTimeout
(Duration idleClientTimeout) Sets the value ofDatabaseProxyOptions.getIdleClientTimeout()
Sets the value ofDatabaseProxyOptions.getInitQuery()
DatabaseProxyProps.Builder.maxConnectionsPercent
(Number maxConnectionsPercent) Sets the value ofDatabaseProxyOptions.getMaxConnectionsPercent()
DatabaseProxyProps.Builder.maxIdleConnectionsPercent
(Number maxIdleConnectionsPercent) Sets the value ofDatabaseProxyOptions.getMaxIdleConnectionsPercent()
DatabaseProxyProps.Builder.proxyTarget
(ProxyTarget proxyTarget) Sets the value ofDatabaseProxyProps.getProxyTarget()
DatabaseProxyProps.Builder.requireTls
(Boolean requireTls) Sets the value ofinvalid @link
DatabaseProxyProps#getRequireTls
Sets the value ofDatabaseProxyOptions.getRole()
Sets the value ofDatabaseProxyOptions.getSecrets()
DatabaseProxyProps.Builder.securityGroups
(List<? extends ISecurityGroup> securityGroups) Sets the value ofDatabaseProxyOptions.getSecurityGroups()
DatabaseProxyProps.Builder.sessionPinningFilters
(List<? extends SessionPinningFilter> sessionPinningFilters) Sets the value ofDatabaseProxyOptions.getSessionPinningFilters()
Sets the value ofDatabaseProxyOptions.getVpc()
DatabaseProxyProps.Builder.vpcSubnets
(SubnetSelection vpcSubnets) Sets the value ofDatabaseProxyOptions.getVpcSubnets()
ModifierConstructorDescriptionprotected
Jsii$Proxy
(DatabaseProxyProps.Builder builder) Constructor that initializes the object based on literal property values passed by theDatabaseProxyProps.Builder
.