ALBConnPoolProperties (schema)

ConnPoolProperties

Advanced load balancer ConnPoolProperties object
Name Description Type Notes
upstream_connpool_conn_idle_tmo Upstream connpool conn idle tmo

Connection idle timeout.
Default value when not specified in API or module is
interpreted by ALB Controller as 60000.
integer Default: "60000"
upstream_connpool_conn_life_tmo Upstream connpool conn life tmo

Connection life timeout.
Default value when not specified in API or module is
interpreted by ALB Controller as 600000.
integer Default: "600000"
upstream_connpool_conn_max_reuse Upstream connpool conn max reuse

Maximum number of times a connection can be reused.
Special values are 0- 'unlimited'.
Default value when not specified in API or module is
interpreted by ALB Controller as 0.
integer Default: "0"
upstream_connpool_server_max_cache Upstream connpool server max cache

Maximum number of connections a server can cache.
Special values are 0- 'unlimited'.
Default value when not specified in API or module is
interpreted by ALB Controller as 0.
integer Default: "0"