Uses of Class
software.amazon.awscdk.services.rds.SessionPinningFilter
-
Uses of SessionPinningFilter in software.amazon.awscdk.services.rds
Fields in software.amazon.awscdk.services.rds declared as SessionPinningFilterModifier and TypeFieldDescriptionstatic final SessionPinningFilterSessionPinningFilter.EXCLUDE_VARIABLE_SETSYou can opt out of session pinning for the following kinds of application statements:.Methods in software.amazon.awscdk.services.rds that return SessionPinningFilterMethods in software.amazon.awscdk.services.rds that return types with arguments of type SessionPinningFilterModifier and TypeMethodDescriptiondefault List<SessionPinningFilter>DatabaseProxyOptions.getSessionPinningFilters()Each item in the list represents a class of SQL operations that normally cause all later statements in a session using a proxy to be pinned to the same underlying database connection.final List<SessionPinningFilter>DatabaseProxyOptions.Jsii$Proxy.getSessionPinningFilters()final List<SessionPinningFilter>DatabaseProxyProps.Jsii$Proxy.getSessionPinningFilters()Method parameters in software.amazon.awscdk.services.rds with type arguments of type SessionPinningFilterModifier and TypeMethodDescriptionDatabaseProxy.Builder.sessionPinningFilters(List<? extends SessionPinningFilter> sessionPinningFilters) Each item in the list represents a class of SQL operations that normally cause all later statements in a session using a proxy to be pinned to the same underlying database connection.DatabaseProxyOptions.Builder.sessionPinningFilters(List<? extends SessionPinningFilter> sessionPinningFilters) Sets the value ofDatabaseProxyOptions.getSessionPinningFilters()DatabaseProxyProps.Builder.sessionPinningFilters(List<? extends SessionPinningFilter> sessionPinningFilters) Sets the value ofDatabaseProxyOptions.getSessionPinningFilters()