@Generated(value="jsii-pacmak/1.58.0 (build f8ba112)", date="2022-05-11T19:24:24.460Z") @Stability(value=Experimental) public interface TcpTimeout 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.core.*;
import software.amazon.awscdk.services.appmesh.*;
Duration duration;
TcpTimeout tcpTimeout = TcpTimeout.builder()
.idle(duration)
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
TcpTimeout.Builder
A builder for
TcpTimeout |
static class |
TcpTimeout.Jsii$Proxy
An implementation for
TcpTimeout |
| Modifier and Type | Method and Description |
|---|---|
static TcpTimeout.Builder |
builder() |
default Duration |
getIdle()
(experimental) Represents an idle timeout.
|
@Stability(value=Experimental) @Nullable default Duration getIdle()
The amount of time that a connection may be idle.
Default: - none
@Stability(value=Experimental) static TcpTimeout.Builder builder()
TcpTimeout.Builder of TcpTimeoutCopyright © 2022. All rights reserved.