Class TcpTimeout
Represents timeouts for TCP protocols.
Inheritance
System.Object
TcpTimeout
Implements
Namespace: Amazon.CDK.AWS.AppMesh
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class TcpTimeout : Object, ITcpTimeout
Syntax (vb)
Public Class TcpTimeout
Inherits Object
Implements ITcpTimeout
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK;
using Amazon.CDK.AWS.AppMesh;
var tcpTimeout = new TcpTimeout {
Idle = Duration.Minutes(30)
};
Synopsis
Constructors
TcpTimeout() |
Properties
Idle | Represents an idle timeout. |
Constructors
TcpTimeout()
public TcpTimeout()
Properties
Idle
Represents an idle timeout.
public Duration Idle { get; set; }
Property Value
Remarks
The amount of time that a connection may be idle.
Default: - none