Backend Pools Settings Args
data class BackendPoolsSettingsArgs(val enforceCertificateNameCheck: Output<Either<String, EnforceCertificateNameCheckEnabledState>>? = null, val sendRecvTimeoutSeconds: Output<Int>? = null) : ConvertibleToJava<BackendPoolsSettingsArgs>
Settings that apply to all backend pools.
Constructors
Link copied to clipboard
constructor(enforceCertificateNameCheck: Output<Either<String, EnforceCertificateNameCheckEnabledState>>? = null, sendRecvTimeoutSeconds: Output<Int>? = null)
Properties
Link copied to clipboard
val enforceCertificateNameCheck: Output<Either<String, EnforceCertificateNameCheckEnabledState>>? = null
Whether to enforce certificate name check on HTTPS requests to all backend pools. No effect on non-HTTPS requests.
Link copied to clipboard
Send and receive timeout on forwarding request to the backend. When timeout is reached, the request fails and returns.