connectionSettings property

AwsElbLoadBalancerConnectionSettings? connectionSettings
final

Connection settings for the load balancer.

If an idle timeout is configured, the load balancer allows connections to remain idle for the specified duration. When a connection is idle, no data is sent over the connection.

Implementation

final AwsElbLoadBalancerConnectionSettings? connectionSettings;