@Stability(value=Stable)
public static interface CfnLoadBalancer.ConnectionSettingsProperty
extends software.amazon.jsii.JsiiSerializable
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() |
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.
|
@Stability(value=Stable) @NotNull Number getIdleTimeout()
@Stability(value=Stable) static CfnLoadBalancer.ConnectionSettingsProperty.Builder builder()
Copyright © 2022. All rights reserved.