-
The duration for a proxy to wait for a connection to become available in the connection pool.
DatabaseProxy.Builder.create(software.constructs.Construct scope,
String id)
The identifier for the proxy.
Whether the proxy includes detailed information about SQL statements in its logs.
Whether to require or disallow AWS Identity and Access Management (IAM) authentication for connections to the proxy.
The number of seconds that a connection to the proxy can be inactive before the proxy disconnects it.
One or more SQL statements for the proxy to run when opening each new database connection.
The maximum size of the connection pool for each target in a target group.
Controls how actively the proxy closes idle database connections in the connection pool.
DB proxy target: Instance or Cluster.
A Boolean parameter that specifies whether Transport Layer Security (TLS) encryption is required for connections to the proxy.
IAM role that the proxy uses to access secrets in AWS Secrets Manager.
The secret that the proxy uses to authenticate to the RDS DB instance or Aurora DB cluster.
One or more VPC security groups to associate with the new proxy.
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.
DatabaseProxy.Builder.vpc(IVpc vpc)
The VPC to associate with the new proxy.
The subnets used by the proxy.