Backend Rule Args
fun BackendRuleArgs(address: Output<String>? = null, deadline: Output<Double>? = null, disableAuth: Output<Boolean>? = null, jwtAudience: Output<String>? = null, minDeadline: Output<Double>? = null, operationDeadline: Output<Double>? = null, overridesByRequestProtocol: Output<Map<String, String>>? = null, pathTranslation: Output<BackendRulePathTranslation>? = null, protocol: Output<String>? = null, selector: Output<String>? = null)