FrontdoorBackendPoolSettingArgs

data class FrontdoorBackendPoolSettingArgs(val backendPoolsSendReceiveTimeoutSeconds: Output<Int>? = null, val enforceBackendPoolsCertificateNameCheck: Output<Boolean>) : ConvertibleToJava<FrontdoorBackendPoolSettingArgs>

Constructors

Link copied to clipboard
constructor(backendPoolsSendReceiveTimeoutSeconds: Output<Int>? = null, enforceBackendPoolsCertificateNameCheck: Output<Boolean>)

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.

Functions

Link copied to clipboard
open override fun toJava(): FrontdoorBackendPoolSettingArgs