@Generated(value="jsii-pacmak/1.74.0 (build 6d08790)",
date="2023-03-28T21:34:27.895Z")
public interface TcpTimeout
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.appmesh.*; import software.amazon.awscdk.core.*; TcpTimeout tcpTimeout = TcpTimeout.builder() .idle(Duration.minutes(30)) .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()
Represents an idle timeout.
|
default Duration getIdle()
The amount of time that a connection may be idle.
Default: - none
static TcpTimeout.Builder builder()
TcpTimeout.Builder
of TcpTimeout