Interface CfnLoadBalancer.ConnectionSettingsProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnLoadBalancer.ConnectionSettingsProperty.Jsii$Proxy
Enclosing class:
CfnLoadBalancer

@Stability(Stable) public static interface CfnLoadBalancer.ConnectionSettingsProperty extends software.amazon.jsii.JsiiSerializable
Specifies the idle timeout value for your Classic Load Balancer.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.services.elasticloadbalancing.*;
 ConnectionSettingsProperty connectionSettingsProperty = ConnectionSettingsProperty.builder()
         .idleTimeout(123)
         .build();
 

See Also: