DatabaseProxyConfig Type
High-level RDS Proxy builder following AWS best practices. **Default Settings:** - Debug logging = false (opt-in for troubleshooting) - IAM authentication = true (recommended for security) - Require TLS = true (enforce encrypted connections) - Idle timeout = 30 minutes **Rationale:** RDS Proxy provides connection pooling and improves failover times. IAM authentication removes the need for password management.
Record fields
| Record Field | Description |
|
|
Full Usage:
ConstructId
Field type: string option
|
|
Full Usage:
DbProxyName
Field type: string option
|
|
Full Usage:
DebugLogging
Field type: bool option
|
|
Full Usage:
IamAuth
Field type: bool option
|
|
|
|
Full Usage:
MaxConnectionsPercent
Field type: int option
|
|
Full Usage:
MaxIdleConnectionsPercent
Field type: int option
|
|
Full Usage:
ProxyName
Field type: string
|
|
|
|
Full Usage:
RequireTLS
Field type: bool option
|
|
|
|
|
|
|
|
|
|
FsCDK