TimeoutConfiguration - Amazon Elastic Container Service (original) (raw)
An object that represents the timeout configurations for Service Connect.
Note
If idleTimeout
is set to a time that is less thanperRequestTimeout
, the connection will close when theidleTimeout
is reached and not theperRequestTimeout
.
Contents
idleTimeoutSeconds
The amount of time in seconds a connection will stay active while idle. A value of0
can be set to disable idleTimeout
.
The idleTimeout
default forHTTP
/HTTP2
/GRPC
is 5 minutes.
The idleTimeout
default for TCP
is 1 hour.
Type: Integer
Valid Range: Minimum value of 0. Maximum value of 2147483647.
Required: No
perRequestTimeoutSeconds
The amount of time waiting for the upstream to respond with a complete response per request. A value of 0
can be set to disable perRequestTimeout
.perRequestTimeout
can only be set if Service ConnectappProtocol
isn't TCP
. Only idleTimeout
is allowed for TCP
appProtocol
.
Type: Integer
Valid Range: Minimum value of 0. Maximum value of 2147483647.
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following:
TaskVolumeConfiguration
Tmpfs
Did this page help you? - Yes
Thanks for letting us know we're doing a good job!
If you've got a moment, please tell us what we did right so we can do more of it.
Did this page help you? - No
Thanks for letting us know this page needs work. We're sorry we let you down.
If you've got a moment, please tell us how we can make the documentation better.