AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.
An object that represents the timeout configurations for Service Connect.
If idleTimeout
is set to a time that is less than perRequestTimeout
,
the connection will close when the idleTimeout
is reached and not the perRequestTimeout
.
Namespace: Amazon.ECS.Model
Assembly: AWSSDK.ECS.dll
Version: 3.x.y.z
public class TimeoutConfiguration
The TimeoutConfiguration type exposes the following members
Name | Description | |
---|---|---|
![]() |
TimeoutConfiguration() |
Name | Type | Description | |
---|---|---|---|
![]() |
IdleTimeoutSeconds | System.Int32 |
Gets and sets the property IdleTimeoutSeconds.
The amount of time in seconds a connection will stay active while idle. A value of
The
The |
![]() |
PerRequestTimeoutSeconds | System.Int32 |
Gets and sets the property PerRequestTimeoutSeconds.
The amount of time waiting for the upstream to respond with a complete response per
request. A value of |
.NET:
Supported in: 8.0 and newer, Core 3.1
.NET Standard:
Supported in: 2.0
.NET Framework:
Supported in: 4.5 and newer, 3.5