Packages

Typed Gleam client for Amazon RDS. Auto-generated from the upstream Smithy model. Depends on aws_gleam_runtime.

Current section

Files

Jump to
aws_gleam_rds include aws@services@rds_ConnectionPoolConfiguration.hrl
Raw

include/aws@services@rds_ConnectionPoolConfiguration.hrl

-record(connection_pool_configuration, {
max_connections_percent :: gleam@option:option(integer()),
max_idle_connections_percent :: gleam@option:option(integer()),
connection_borrow_timeout :: gleam@option:option(integer()),
session_pinning_filters :: gleam@option:option(list(binary())),
init_query :: gleam@option:option(binary())
}).