Show / Hide Table of Contents

Interface ITcpTimeout

Represents timeouts for TCP protocols.

Namespace: Amazon.CDK.AWS.AppMesh
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface ITcpTimeout
Syntax (vb)
Public Interface 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

Properties

Idle

Represents an idle timeout.

Properties

Idle

Represents an idle timeout.

Duration? Idle { get; }
Property Value

Duration

Remarks

The amount of time that a connection may be idle.

Default: - none

Back to top Generated by DocFX