Uses of Class
software.amazon.awscdk.services.rds.DatabaseProxyOptions.Builder
Packages that use DatabaseProxyOptions.Builder
Package
Description
Amazon Relational Database Service Construct Library
-
Uses of DatabaseProxyOptions.Builder in software.amazon.awscdk.services.rds
Methods in software.amazon.awscdk.services.rds that return DatabaseProxyOptions.BuilderModifier and TypeMethodDescriptionDatabaseProxyOptions.Builder.borrowTimeout(Duration borrowTimeout) Sets the value ofDatabaseProxyOptions.getBorrowTimeout()static DatabaseProxyOptions.BuilderDatabaseProxyOptions.builder()DatabaseProxyOptions.Builder.clientPasswordAuthType(ClientPasswordAuthType clientPasswordAuthType) Sets the value ofDatabaseProxyOptions.getClientPasswordAuthType()DatabaseProxyOptions.Builder.dbProxyName(String dbProxyName) Sets the value ofDatabaseProxyOptions.getDbProxyName()DatabaseProxyOptions.Builder.debugLogging(Boolean debugLogging) Sets the value ofDatabaseProxyOptions.getDebugLogging()Sets the value ofDatabaseProxyOptions.getIamAuth()DatabaseProxyOptions.Builder.idleClientTimeout(Duration idleClientTimeout) Sets the value ofDatabaseProxyOptions.getIdleClientTimeout()Sets the value ofDatabaseProxyOptions.getInitQuery()DatabaseProxyOptions.Builder.maxConnectionsPercent(Number maxConnectionsPercent) Sets the value ofDatabaseProxyOptions.getMaxConnectionsPercent()DatabaseProxyOptions.Builder.maxIdleConnectionsPercent(Number maxIdleConnectionsPercent) Sets the value ofDatabaseProxyOptions.getMaxIdleConnectionsPercent()DatabaseProxyOptions.Builder.requireTls(Boolean requireTls) Sets the value ofinvalid reference
DatabaseProxyOptions#getRequireTlsSets the value ofDatabaseProxyOptions.getRole()Sets the value ofDatabaseProxyOptions.getSecrets()DatabaseProxyOptions.Builder.securityGroups(List<? extends ISecurityGroup> securityGroups) Sets the value ofDatabaseProxyOptions.getSecurityGroups()DatabaseProxyOptions.Builder.sessionPinningFilters(List<? extends SessionPinningFilter> sessionPinningFilters) Sets the value ofDatabaseProxyOptions.getSessionPinningFilters()Sets the value ofDatabaseProxyOptions.getVpc()DatabaseProxyOptions.Builder.vpcSubnets(SubnetSelection vpcSubnets) Sets the value ofDatabaseProxyOptions.getVpcSubnets()Constructors in software.amazon.awscdk.services.rds with parameters of type DatabaseProxyOptions.BuilderModifierConstructorDescriptionprotectedJsii$Proxy(DatabaseProxyOptions.Builder builder) Constructor that initializes the object based on literal property values passed by theDatabaseProxyOptions.Builder.