Frontdoor Backend Pool Setting Args
data class FrontdoorBackendPoolSettingArgs(val backendPoolsSendReceiveTimeoutSeconds: Output<Int>? = null, val enforceBackendPoolsCertificateNameCheck: Output<Boolean>) : ConvertibleToJava<FrontdoorBackendPoolSettingArgs>
Properties
Link copied to clipboard
Specifies the send and receive timeout on forwarding request to the backend. When the timeout is reached, the request fails and returns. Possible values are between 0
- 240
. Defaults to 60
.
Link copied to clipboard
Enforce certificate name check on HTTPS
requests to all backend pools, this setting will have no effect on HTTP
requests. Permitted values are true
or false
.