| Package | Description |
|---|---|
| software.amazon.awscdk.services.rds |
Amazon Relational Database Service Construct Library
|
| Modifier and Type | Field and Description |
|---|---|
static SessionPinningFilter |
SessionPinningFilter.EXCLUDE_VARIABLE_SETS
(experimental) You can opt out of session pinning for the following kinds of application statements:.
|
| Modifier and Type | Method and Description |
|---|---|
static SessionPinningFilter |
SessionPinningFilter.of(String filterName)
(experimental) custom filter.
|
| Modifier and Type | Method and Description |
|---|---|
default List<SessionPinningFilter> |
DatabaseProxyOptions.getSessionPinningFilters()
(experimental) 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.
|
List<SessionPinningFilter> |
DatabaseProxyOptions.Jsii$Proxy.getSessionPinningFilters() |
List<SessionPinningFilter> |
DatabaseProxyProps.Jsii$Proxy.getSessionPinningFilters() |
| Modifier and Type | Method and Description |
|---|---|
DatabaseProxy.Builder |
DatabaseProxy.Builder.sessionPinningFilters(List<? extends SessionPinningFilter> sessionPinningFilters)
(experimental) 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 |
DatabaseProxyOptions.Builder.sessionPinningFilters(List<? extends SessionPinningFilter> sessionPinningFilters)
Sets the value of
DatabaseProxyOptions.getSessionPinningFilters() |
DatabaseProxyProps.Builder |
DatabaseProxyProps.Builder.sessionPinningFilters(List<? extends SessionPinningFilter> sessionPinningFilters)
Sets the value of
DatabaseProxyOptions.getSessionPinningFilters() |
| Constructor and Description |
|---|
Jsii$Proxy(List<? extends ISecret> secrets,
IVpc vpc,
Duration borrowTimeout,
String dbProxyName,
Boolean debugLogging,
Boolean iamAuth,
Duration idleClientTimeout,
String initQuery,
Number maxConnectionsPercent,
Number maxIdleConnectionsPercent,
Boolean requireTls,
IRole role,
List<? extends ISecurityGroup> securityGroups,
List<? extends SessionPinningFilter> sessionPinningFilters,
SubnetSelection vpcSubnets)
Constructor that initializes the object based on literal property values passed by the
DatabaseProxyOptions.Builder. |
Jsii$Proxy(ProxyTarget proxyTarget,
List<? extends ISecret> secrets,
IVpc vpc,
Duration borrowTimeout,
String dbProxyName,
Boolean debugLogging,
Boolean iamAuth,
Duration idleClientTimeout,
String initQuery,
Number maxConnectionsPercent,
Number maxIdleConnectionsPercent,
Boolean requireTls,
IRole role,
List<? extends ISecurityGroup> securityGroups,
List<? extends SessionPinningFilter> sessionPinningFilters,
SubnetSelection vpcSubnets)
Constructor that initializes the object based on literal property values passed by the
DatabaseProxyProps.Builder. |
Copyright © 2021. All rights reserved.