Class CfnVirtualNode.TcpTimeoutProperty
An object that represents types of timeouts.
Inheritance
System.Object
CfnVirtualNode.TcpTimeoutProperty
Implements
Namespace: Amazon.CDK.AWS.AppMesh
Assembly: Amazon.CDK.AWS.AppMesh.dll
Syntax (csharp)
public class TcpTimeoutProperty : Object, CfnVirtualNode.ITcpTimeoutProperty
Syntax (vb)
Public Class TcpTimeoutProperty
Inherits Object
Implements CfnVirtualNode.ITcpTimeoutProperty
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.AWS.AppMesh;
var tcpTimeoutProperty = new TcpTimeoutProperty {
Idle = new DurationProperty {
Unit = "unit",
Value = 123
}
};
Synopsis
Constructors
TcpTimeoutProperty() |
Properties
Idle | An object that represents an idle timeout. |
Constructors
TcpTimeoutProperty()
public TcpTimeoutProperty()
Properties
Idle
An object that represents an idle timeout.
public object Idle { get; set; }
Property Value
System.Object
Remarks
An idle timeout bounds the amount of time that a connection may be idle. The default value is none.