public static interface CfnLoadBalancer.ConnectionSettingsProperty
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();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnLoadBalancer.ConnectionSettingsProperty.Builder
A builder for
CfnLoadBalancer.ConnectionSettingsProperty |
static class |
CfnLoadBalancer.ConnectionSettingsProperty.Jsii$Proxy
An implementation for
CfnLoadBalancer.ConnectionSettingsProperty |
Modifier and Type | Method and Description |
---|---|
static CfnLoadBalancer.ConnectionSettingsProperty.Builder |
builder() |
java.lang.Number |
getIdleTimeout()
The time, in seconds, that the connection is allowed to be idle (no data has been sent over the connection) before it is closed by the load balancer.
|
java.lang.Number getIdleTimeout()
static CfnLoadBalancer.ConnectionSettingsProperty.Builder builder()