Uses of Class
software.amazon.awscdk.services.rds.DatabaseProxyProps.Builder
Packages that use DatabaseProxyProps.Builder
Package
Description
Amazon Relational Database Service Construct Library
-
Uses of DatabaseProxyProps.Builder in software.amazon.awscdk.services.rds
Methods in software.amazon.awscdk.services.rds that return DatabaseProxyProps.BuilderModifier and TypeMethodDescriptionDatabaseProxyProps.Builder.borrowTimeout(Duration borrowTimeout) Sets the value ofDatabaseProxyOptions.getBorrowTimeout()static DatabaseProxyProps.BuilderDatabaseProxyProps.builder()DatabaseProxyProps.Builder.clientPasswordAuthType(ClientPasswordAuthType clientPasswordAuthType) Sets the value ofDatabaseProxyOptions.getClientPasswordAuthType()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 reference
DatabaseProxyProps#getRequireTlsSets 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()Constructors in software.amazon.awscdk.services.rds with parameters of type DatabaseProxyProps.BuilderModifierConstructorDescriptionprotectedJsii$Proxy(DatabaseProxyProps.Builder builder) Constructor that initializes the object based on literal property values passed by theDatabaseProxyProps.Builder.