maxAttemptsTimeout

@JvmName(name = "olbparybueabifeg")
suspend fun maxAttemptsTimeout(value: Output<String>)
@JvmName(name = "rewyacnwvsgchkse")
suspend fun maxAttemptsTimeout(value: String?)

Parameters

value

The maximum time across all connection attempts to the origin, including failover origins, before returning an error to the client. A HTTP 504 will be returned if the timeout is reached before a response is returned. Defaults to 15 seconds. The timeout must be a value between 1s and 30s. If a failoverOrigin is specified, the maxAttemptsTimeout of the first configured origin sets the deadline for all connection attempts across all failoverOrigins.